Interface CredentialsChangePolicy

  • All Known Implementing Classes:
    CredentialsChangePolicyImpl

    public interface CredentialsChangePolicy
    Policy of what can be done on the credentials of a user in given authentication domain. Each domain has its own policy.
    Author:
    mmoquillon
    • Method Detail

      • canPasswordBeChanged

        boolean canPasswordBeChanged()
        The password of a user can be changed in the underlying authentication domain?
        Returns:
        true if users can change themselves their password. False otherwise.