This exception is thrown by LoginModules when they determine that a {@code Credential} has expired.For example, a {@code LoginModule} authenticating a userin its {@code login} method may determine that the user'spassword, although entered correctly, has expired. In this case the {@code LoginModule} throws this exception to notifythe application. The application can then take the appropriate steps to assist the user in updating the password.
Credential
has expired.
@author David Sean Taylor
@version $Id: CredentialExpiredException.java,v 1.3 2004/02/23 03:58:11 jford Exp $
|
|
|
|