com.adobe.idp.um.api
Class UMConstants.AuthenticationOptions

java.lang.Object
  extended by com.adobe.idp.um.api.UMConstants.AuthenticationOptions
Enclosing class:
UMConstants

public static final class UMConstants.AuthenticationOptions
extends java.lang.Object

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

DOMAIN_NAME

public static final java.lang.String DOMAIN_NAME
Constant that holds the domain name against which the authentication had to be made.

See Also:
Constant Field Values

DOMAIN_LIST

public static final java.lang.String DOMAIN_LIST
Constant that holds the list of domain names against which the authentication had to be made.

See Also:
Constant Field Values

CLIENT_IP_ADDRESS

public static final java.lang.String CLIENT_IP_ADDRESS
Constant that holds the name of the property specifying Client's IP address for Auditing purposes. This property can be set in authenticationOptions passed while authenticating via any of authenticate methods in UserManagerUtilServiceClient.

See Also:
Constant Field Values

FULL_PRINCIPAL_OBJECT

public static final 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. This property can be set in authenticationOptions passed while authenticating via any of authenticate methods in UserManagerUtilServiceClient.

See Also:
Constant Field Values

AUDIT_ENABLED

public static final java.lang.String AUDIT_ENABLED
Constant that holds the name of the property specifying if this authentication request should be Audited or not. This property can be set in authenticationOptions passed while authenticating via any of authenticate methods in UserManagerUtilServiceClient.

See Also:
Constant Field Values

AUTH_TOKEN_TYPES

public static final 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. The value of this property will have a list containing suth token types. This property can be set in authenticationOptions passed while authenticating via any of authenticate methods in UserManagerUtilServiceClient.

See Also:
Constant Field Values

SESSION_TIMEOUT

public static final 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. The value of this property will have an integer conataining session timeout value in minutes. This property can be set in authenticationOptions passed while authenticating via any of authenticate methods in UserManagerUtilServiceClient.

See Also:
Constant Field Values
Constructor Detail

UMConstants.AuthenticationOptions

public UMConstants.AuthenticationOptions()


[an error occurred while processing this directive] [an error occurred while processing this directive]