|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.um.api.UMConstants.AuthenticationOptions
public static final class UMConstants.AuthenticationOptions
This class contains constants related to authentication options.
Field Summary | |
---|---|
static java.lang.String |
AUDIT_ENABLED
Constant that holds the name of the property specifying if this authentication request should be Audited or not. |
static java.lang.String |
AUTH_TOKEN_TYPES
Constant that holds the name of the property specifying Authentication token types to be used for this authentication request. |
static java.lang.String |
CLIENT_IP_ADDRESS
Constant that holds the name of the property specifying Client's IP address for Auditing purposes. |
static java.lang.String |
DOMAIN_LIST
Constant that holds the list of domain names against which the authentication had to be made. |
static java.lang.String |
DOMAIN_NAME
Constant that holds the domain name against which the authentication had to be made. |
static java.lang.String |
FULL_PRINCIPAL_OBJECT
Constant that holds the name of the property specifying if the returned AuthResult contains Fully exploded User object or not. |
static java.lang.String |
SESSION_TIMEOUT
Constant that holds the name of the property specifying the value of session timeout to be used for this authentication request. |
Constructor Summary | |
---|---|
UMConstants.AuthenticationOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DOMAIN_NAME
public static final java.lang.String DOMAIN_LIST
public static final java.lang.String CLIENT_IP_ADDRESS
public static final java.lang.String FULL_PRINCIPAL_OBJECT
public static final java.lang.String AUDIT_ENABLED
public static final java.lang.String AUTH_TOKEN_TYPES
public static final java.lang.String SESSION_TIMEOUT
Constructor Detail |
---|
public UMConstants.AuthenticationOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |