GNU Classpath (0.95) | |
Frames | No Frames |
Methods which throw type javax.security.auth.login.LoginException | |
boolean | Abort the current login attempt. |
boolean | Commit the current login attempt. |
boolean | Authenticates a subject to the system. |
boolean | Logs a subject out. |
Classes derived from javax.security.auth.login.LoginException | |
class | This is the base class for various account-related exceptions.
|
class | An exception that signals that an attempt was made to login to an account
that has expired.
|
class | An exception indicating that an account is locked.
|
class | An exception indicating that an account was not found.
|
class | This is the base class for various credential-related exceptions.
|
class | An exception that signals an attempt to login with a credential that
has expired.
|
class | An exception that indicates that a credential was not found.
|
class | An exception that signals that an attempt to login was unsuccessful.
|
Constructors which throw type javax.security.auth.login.LoginException | |
LoginContext.LoginContext(String name, Subject subject, CallbackHandler cbHandler, Configuration config) | |
Methods which throw type javax.security.auth.login.LoginException | |
void | Logs a subject in, using all login modules configured for this
application. |
void | Logs a subject out, cleaning up any state that may be in memory.
|
GNU Classpath (0.95) |