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, getLastPasswordChangedBy, getLastPasswordChangedDate, getOwnershipType, getPasswordHistory, getRequesterDN, getUserDN, 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 Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.