com.ibm.passwordrules.provisioning
Interface ProvisioningValidationInfo

All Superinterfaces:
ValidationInfo

public interface ProvisioningValidationInfo
extends ValidationInfo

Author:
mbraksator

Field Summary
static java.lang.String CONTEXT_ACCOUNT_ATTRIBUTES
          Key to be used for getting contextual account data with the getContextItem() method.
static java.lang.String CONTEXT_OWNER_ATTRIBUTES
          Key to be used for getting contextual accunt owner (person) instance data with the getContextItem() method.
static java.lang.String CONTEXT_SERVICE_ATTRIBUTES
          Key to be used for getting contextual service instance data with the getContextItem() method.
 
Methods inherited from interface com.ibm.passwordrules.ValidationInfo
getContext, getPasswordHistory, getUserID, getUserName
 

Field Detail

CONTEXT_ACCOUNT_ATTRIBUTES

public static final java.lang.String CONTEXT_ACCOUNT_ATTRIBUTES
Key to be used for getting contextual account data with the getContextItem() method.

CONTEXT_SERVICE_ATTRIBUTES

public static final java.lang.String CONTEXT_SERVICE_ATTRIBUTES
Key to be used for getting contextual service instance data with the getContextItem() method.

CONTEXT_OWNER_ATTRIBUTES

public static final java.lang.String CONTEXT_OWNER_ATTRIBUTES
Key to be used for getting contextual accunt owner (person) instance data with the getContextItem() method.