Package org.jboss.seam.security

Interface Summary
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 Summary
Authenticator.AuthenticationStatus  
 

Exception Summary
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 Types Summary
AuthenticationScoped A scope that is active during the authentication process
 



Copyright © 2011 Seam Framework. All Rights Reserved.