|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationException | |
---|---|
org.n52.security.authentication |
Uses of AuthenticationException in org.n52.security.authentication |
---|
Subclasses of AuthenticationException in org.n52.security.authentication | |
---|---|
class |
AccountExpiredException
Class AccountExpiredException is thrown if the users account not longer exist in the system. |
class |
AccountLockedException
Class AccountLockedException is thrown if the users account is locked. |
class |
AuthenticationFailedException
Class AuthenticationFailedException is thrown if an authentication could not succeed because of wrong credentials. |
class |
AuthenticationServiceNotAvailableException
Class AuthenticationServiceNotAvailableException is thrown if a AuthenticationService is in internal error state and therefore not available. |
class |
CredentialsExpiredException
Class CredentialsExpiredException is thrown if the users credentials are expired and must be renewed. |
class |
LogoutFailedException
Class LogoutFailedException is thrown if the attempt to logout failed. |
Methods in org.n52.security.authentication that return AuthenticationException | |
---|---|
protected AuthenticationException |
JAASAuthenticationService.wrap(javax.security.auth.login.LoginException ex)
Method converts a LoginException in a AuthenticationException. |
Methods in org.n52.security.authentication that throw AuthenticationException | |
---|---|
AuthenticationContext |
JAASAuthenticationService.login()
|
AuthenticationContext |
AuthenticationService.login()
Method performs a "anonymous" login. |
AuthenticationContext |
JAASAuthenticationService.login(javax.security.auth.callback.CallbackHandler handler)
|
AuthenticationContext |
AuthenticationService.login(javax.security.auth.callback.CallbackHandler handler)
Method performs a login. |
AuthenticationContext |
JAASAuthenticationService.login(javax.security.auth.callback.CallbackHandler handler,
AuthenticationContext ctx)
|
AuthenticationContext |
AuthenticationService.login(javax.security.auth.callback.CallbackHandler handler,
AuthenticationContext ctx)
Method performs a login with a given authentication context. |
AuthenticationContext |
JAASAuthenticationService.logout(AuthenticationContext ctx)
|
AuthenticationContext |
AuthenticationService.logout(AuthenticationContext ctx)
Method performs a logout. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |