Uses of Class
com.iizix.passwordpolicy.PasswordPolicyException
Packages that use PasswordPolicyException Package Description com.iizix.gyro Uses of PasswordPolicyException in com.iizix.gyro
Methods in com.iizix.gyro that throw PasswordPolicyException Modifier and Type Method Description LoginResult
IUserAuthenticationUI. changePassword(IClientSessionGyro clientGyro, java.lang.String user, java.lang.String oldPassword, java.lang.String newPassword)
Changes the password for the user.UserInfoBase
IUserAuthenticationUI. performInternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, java.lang.String password, int autoLogin)
Performs a sign-up using the internal login provider.