public class PasswordExpiredException extends InvalidPasswordException
This exception is thrown by Connector when they determine that a password has
expired. For example, a Connector, after successfully
authenticating a user, may determine that the user's password has expired. In
this case the Connector throws this exception to notify the
application. The application can then take the appropriate steps to notify
the user.
CredentialExpiredException,
Serialized Form| Constructor and Description |
|---|
PasswordExpiredException() |
PasswordExpiredException(String message) |
PasswordExpiredException(String message,
Throwable ex) |
PasswordExpiredException(Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
Uid |
getUid() |
PasswordExpiredException |
initUid(Uid uid)
Sets the Uid.
|
rethrow, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PasswordExpiredException()
ConnectorException()public PasswordExpiredException(String message)
ConnectorException(String)public PasswordExpiredException(Throwable ex)
ConnectorException(Throwable)public PasswordExpiredException(String message, Throwable ex)
ConnectorException(String, Throwable)public Uid getUid()
public PasswordExpiredException initUid(Uid uid)
AuthenticationApiOp should set the account Uid if available.uid - The uid.Copyright © 2022. All rights reserved.