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 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