com.adobe.idp.um.api
Class UMConstants

java.lang.Object
  extended by com.adobe.idp.um.api.UMConstants

public class UMConstants
extends java.lang.Object

This class contains the constants used in User Management.


Nested Class Summary
static class UMConstants.APSSpecialPrincipals
          This class contains constants related to special principals for Adobe Experience Manager forms Document Security.
static class UMConstants.AuthenticationOptions
          This class contains constants related to authentication options.
static class UMConstants.BasicRoles
          This class contains User Management basic role constants.
static interface UMConstants.ConfigConstants
          Defines the key names which would be sent with the AuthConfigBO.getCustomConfiguration() and can be used by the SPI
static class UMConstants.DirectoryDomainSubtypes
          Directory Domain Subtypes
static class UMConstants.EntityVisibilityLevel
          This class contains constants defining the visibility of a principal.
static class UMConstants.ErrorAttributes
          Defines constant to be used in attribute map passed with the UMException
static class UMConstants.ErrorCodes
          This class contains User Management error code constants.
static class UMConstants.ExternalPrincipalStorageProviderTypes
           
static class UMConstants.FGACConstants
          This class contains User Management fine-grained access control constants.
static class UMConstants.LocalDomainSubtypes
          Directory Domain Subtypes
static class UMConstants.PrincipalTypes
          This class contains User Management principal types.
static class UMConstants.RoleQualification
          A class to contain the types of assignments of a role
static class UMConstants.SpecialDefaultPrincipals
          This class contains constants related to special principals.
static interface UMConstants.SSOConstants
          Constants used for the SSO
static class UMConstants.SynchronizationUniqueAttributes
          Synchronization unique attribute constants.
static interface UMConstants.UserIdentifierTypes
           
 
Field Summary
static java.lang.String DEFACL_DEF_DOMAIN
          The default domain.
static java.lang.String DEFACL_GRP_PREFIX
          The default ACL group prefix.
static java.lang.String INVALID
          Invalid status.
static java.lang.String LC_GLOBAL_ALLOWED_REFERER_EXCEPTION
          The List ID for Global List for allowed Referer Exceptions
static int MAX_RESULT
          The maximum number of results.
static java.lang.String SESSION_PRINCIPAL_CONTEXT
          The principal context.
 
Constructor Summary
UMConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_PRINCIPAL_CONTEXT

public static final java.lang.String SESSION_PRINCIPAL_CONTEXT
The principal context.

See Also:
Constant Field Values

DEFACL_GRP_PREFIX

public static final java.lang.String DEFACL_GRP_PREFIX
The default ACL group prefix.

See Also:
Constant Field Values

DEFACL_DEF_DOMAIN

public static final java.lang.String DEFACL_DEF_DOMAIN
The default domain.

See Also:
Constant Field Values

INVALID

public static final java.lang.String INVALID
Invalid status.

See Also:
Constant Field Values

MAX_RESULT

public static final int MAX_RESULT
The maximum number of results.

See Also:
Constant Field Values

LC_GLOBAL_ALLOWED_REFERER_EXCEPTION

public static final java.lang.String LC_GLOBAL_ALLOWED_REFERER_EXCEPTION
The List ID for Global List for allowed Referer Exceptions

See Also:
Constant Field Values
Constructor Detail

UMConstants

public UMConstants()