com.ibm.passwordrules.provisioning
Interface ProvisioningValidationInfo

All Superinterfaces:
ValidationInfo

public interface ProvisioningValidationInfo
extends ValidationInfo

This interface describes constants to be used in the ValidationInfo::getContext() method. These constants represent parts of pasword validation context information during provisioning.


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

Field Detail

CONTEXT_ACCOUNT_ATTRIBUTES

static final java.lang.String CONTEXT_ACCOUNT_ATTRIBUTES
Key to be used for getting contextual data for account with the ValidationInfo::getContext() method. Retrieved value is AttributeValues object containing attributes of the account.

See Also:
Constant Field Values

CONTEXT_SERVICE_ATTRIBUTES

static final java.lang.String CONTEXT_SERVICE_ATTRIBUTES
Key to be used for getting contextual data for service instance with the ValidationInfo::getContext() method. Retrieved value is AttributeValues object containing attributes of the service.

See Also:
Constant Field Values

CONTEXT_OWNER_ATTRIBUTES

static final java.lang.String CONTEXT_OWNER_ATTRIBUTES
Key to be used for getting contextual data for account owner (person) instance with the ValidationInfo::getContext() method. Retrieved value is AttributeValues object containing attributes of the person.

See Also:
Constant Field Values


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.