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

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

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

Defines constant to be used in attribute map passed with the UMException


Field Summary
static java.lang.String ATTR_USER
          Refers to the user for which authentication failed.
 
Constructor Summary
UMConstants.ErrorAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTR_USER

public static final java.lang.String ATTR_USER
Refers to the user for which authentication failed. It is set when user authentication is valid but user state is not valid e.g. user is locked

See Also:
Constant Field Values
Constructor Detail

UMConstants.ErrorAttributes

public UMConstants.ErrorAttributes()