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

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

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

A class to contain the types of assignments of a role


Field Summary
static java.lang.String ALL
          Role which are directly or indirectly assigned to a principal
static java.lang.String DIRECTLY_ASSIGNED
          Roles which are directly assigned to a principal.
static java.lang.String INDIRECTLY_ASSIGNED
          Roles which are indirectly assigned to a principal
 
Constructor Summary
UMConstants.RoleQualification()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DIRECTLY_ASSIGNED

public static final java.lang.String DIRECTLY_ASSIGNED
Roles which are directly assigned to a principal.

See Also:
Constant Field Values

INDIRECTLY_ASSIGNED

public static final java.lang.String INDIRECTLY_ASSIGNED
Roles which are indirectly assigned to a principal

See Also:
Constant Field Values

ALL

public static final java.lang.String ALL
Role which are directly or indirectly assigned to a principal

See Also:
Constant Field Values
Constructor Detail

UMConstants.RoleQualification

public UMConstants.RoleQualification()