Uses of Class
org.silverpeas.core.security.authentication.verifier.UserMustChangePasswordVerifier
-
Packages that use UserMustChangePasswordVerifier Package Description org.silverpeas.core.security.authentication.verifier -
-
Uses of UserMustChangePasswordVerifier in org.silverpeas.core.security.authentication.verifier
Methods in org.silverpeas.core.security.authentication.verifier that return UserMustChangePasswordVerifier Modifier and Type Method Description static UserMustChangePasswordVerifier
AuthenticationUserVerifierFactory. getUserMustChangePasswordVerifier(User user)
Gets the verifier about the state of the password of the specified user.static UserMustChangePasswordVerifier
AuthenticationUserVerifierFactory. getUserMustChangePasswordVerifier(AuthenticationCredential credential)
Gets the verifier about the state of the password passed in the credentials.
-