|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoginException | |
javax.security.auth.login | This package provides a pluggable authentication framework. |
javax.security.auth.spi | This package provides the interface to be used for implementing pluggable authentication modules. |
Uses of LoginException in javax.security.auth.login |
Subclasses of LoginException in javax.security.auth.login | |
class |
AccountExpiredException
Signals that a user account has expired. |
class |
CredentialExpiredException
Signals that a Credential has expired. |
class |
FailedLoginException
Signals that user authentication failed. |
Methods in javax.security.auth.login that throw LoginException | |
void |
LoginContext.login()
Perform the authentication and, if successful, associate Principals and Credentials with the authenticated Subject . |
void |
LoginContext.logout()
Logout the Subject . |
Constructors in javax.security.auth.login that throw LoginException | |
LoginContext(String name)
Constructor for the LoginContext class. |
|
LoginContext(String name,
Subject subject)
Constructor for the LoginContext class. |
|
LoginContext(String name,
CallbackHandler callbackHandler)
Constructor for the LoginContext class. |
|
LoginContext(String name,
Subject subject,
CallbackHandler callbackHandler)
Constructor for the LoginContext class. |
Uses of LoginException in javax.security.auth.spi |
Methods in javax.security.auth.spi that throw LoginException | |
boolean |
LoginModule.login()
Method to authenticate a Subject (phase 1). |
boolean |
LoginModule.commit()
Method to commit the authentication process (phase 2). |
boolean |
LoginModule.abort()
Method to abort the authentication process (phase 2). |
boolean |
LoginModule.logout()
Method which logs out a Subject . |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.