|
SiteMinder Java SDK r12.51 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.policyserver.smapi.SmAuthQueryCode
public class SmAuthQueryCode
Contains the type of request that SiteMinder is making of the authentication scheme (version number and description, or information about the credentials that SiteMinder must collect).
SiteMinder passes this object to the custom authentication scheme inquery()).
The authentication scheme passes back the requested information in the
query()
response output parameter.
| Field Summary | |
|---|---|
static SmAuthQueryCode |
SMAUTH_QUERY_CREDENTIALS_REQ
Siteminder passes this value to request the type of credentials that SiteMinder should collect from the user. |
static SmAuthQueryCode |
SMAUTH_QUERY_DESCRIPTION
SiteMinder passes this value to request the authentication scheme's description (set through setResponseBuffer())
and version (set through setResponseCode()). |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a string representation of the current query code value. |
static SmAuthQueryCode |
valueOf(int anInt)
Retrieves the query code constant associated with the integer parameter, or null if the integer is out of range. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final SmAuthQueryCode SMAUTH_QUERY_DESCRIPTION
SiteMinder passes this value to request the authentication scheme's description
(set through setResponseBuffer())
and version (set through setResponseCode()).
The description appears in the Policy Server log when the authentication
scheme is loaded and unloaded.
public static final SmAuthQueryCode SMAUTH_QUERY_CREDENTIALS_REQ
Siteminder passes this value to request the type of credentials that
SiteMinder should collect from the user. You specify the credentials
through the setResponseCode() method.
SMAUTH_CRED_FORM_REQUIRED),
the authentication scheme must provide a URL where the credentials
are to be collected. In those cases, the authentication scheme calls
setResponseBuffer() to specify the URL.
| Method Detail |
|---|
public static SmAuthQueryCode valueOf(int anInt)
null if the integer is out of range.
anInt - The integer assigned to the constant to retrieve, as follows:
null if the integer is out of range.public java.lang.String toString()
Returns a string representation of the current query code value.
toString in class java.lang.Object
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||