| Interface | Description |
|---|---|
| Authenticator |
Authenticator bean type
|
| Credentials |
Represents the credentials the current user will use to authenticate
|
| Identity |
API for authorization and authentication via Seam security.
|
| Enum | Description |
|---|---|
| Authenticator.AuthenticationStatus |
| Exception | Description |
|---|---|
| AuthenticationException |
Thrown if there is an error during the authentication process
|
| AuthorizationException |
Thrown when an authenticated user has insufficient rights to perform an operation.
|
| NotLoggedInException |
Thrown when an unauthenticated user attempts to execute a restricted action.
|
| SecurityDefinitionException |
This exception is thrown when a security-related configuration error is detected,
such as a missing or ambiguous security binding type
|
| SecurityException |
Any exception that is raised by the security module extends from this runtime
exception class, making it easy for other modules and extensions to catch all
security-related exceptions in a single catch block, if need be.
|
| Annotation Type | Description |
|---|---|
| AuthenticationScoped |
A scope that is active during the authentication process
|
Copyright © 2013 Seam Framework. All Rights Reserved.