| Package | Description |
|---|---|
| org.picketlink | |
| org.picketlink.authentication | |
| org.picketlink.authentication.levels | |
| org.picketlink.http | |
| org.picketlink.internal |
| Modifier and Type | Method and Description |
|---|---|
Identity.AuthenticationResult |
Identity.login()
Attempts to authenticate the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialExpiredException
Thrown during the authentication process to indicate that the credential is expired.
|
class |
LockedAccountException
Thrown during the authentication process to indicate that the account being validated is disabled.
|
class |
UnexpectedCredentialException
Thrown during the authentication process to indicate that credentials are not supported or could not be
handled.
|
class |
UserAlreadyLoggedInException
Thrown during the authentication process to indicate that an user is already authenticated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DifferentUserLoggedInExcpetion
Thrown during the authentication process to indicate that an user trying to raise his level is
different from the currently logged one.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationRequiredException
Thrown to indicate that authentication is required before invoking a target.
|
| Modifier and Type | Method and Description |
|---|---|
protected Account |
AbstractIdentity.authenticate() |
Copyright © 2021. All rights reserved.