Uses of Class javax.security.auth.login.LoginException

Uses in package javax.security.auth.spi

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.

Uses in package javax.security.auth.login

Classes derived from javax.security.auth.login.LoginException

class
An exception that signals that an attempt was made to login to an account that has expired.
class
An exception that signals an attempt to login with a credential that has expired.
class
An exception that signals that an attempt to login was unsuccessful.

Constructors which throw type javax.security.auth.login.LoginException

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.