| Name | Description | Type | Package | Framework |
| AuthorizationException | Thrown when an authenticated user has insufficient rights to carry out an action. | Class | org.jboss.seam.security | JBoss Seam |
|
| BinTools | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Class | org.jboss.seam.security.crypto | JBoss Seam |
|
| ClassIdentifierStrategy | An Identifier strategy for class-based permission checksConstructor SummaryClassIdentifierStrategy() | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| Configuration | Factory for the JAAS Configuration used by Seam Security. | Class | org.jboss.seam.security | JBoss Seam |
|
| Credentials | | Class | org.jboss.seam.security | JBoss Seam |
|
| DigestAuthenticator | This class provides methods for performing Digest (RFC 2617) authentication and is intended to be extended by a concrete Authenticator implementation. | Class | org.jboss.seam.security.digest | JBoss Seam |
|
| DigestRequest | | Class | org.jboss.seam.security.digest | JBoss Seam |
|
| DigestUtils | Digest-related utility methods, adapted from Acegi and Apache Commons. | Class | org.jboss.seam.security.digest | JBoss Seam |
|
| DigestValidationException | Thrown when a DigestRequest fails validation. | Class | org.jboss.seam.security.digest | JBoss Seam |
|
| EntityAction | enum EntityActionextends EnumActions that may be performed upon entities | Class | org.jboss.seam.security | JBoss Seam |
|
| EntityIdentifierStrategy | An Identifier strategy for entity-based permission checksConstructor SummaryEntityIdentifierStrategy() | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| EntityPermissionChecker | Entity permission checksConstructor SummaryEntityPermissionChecker() | Class | org.jboss.seam.security | JBoss Seam |
|
| EntitySecurityListener | Facilitates security checks for entity beans. | Class | org.jboss.seam.security | JBoss Seam |
|
| FacesSecurityEvents | Produces FacesMessages in response of certain security events, and helps to decouple the Identity component from JSF. | Class | org.jboss.seam.security | JBoss Seam |
|
| HibernateSecurityInterceptor | Facilitates security checks for Hibernate entitiesAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security | JBoss Seam |
|
| IdentifierPolicy | A policy for the generation of object "identifiers" - unique Strings that identify a specific instance of an object. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| IdentifierStrategy | Strategy for generating permission target identifiers. | Interface | org.jboss.seam.security.permission | JBoss Seam |
|
| Identity | API for authorization and authentication via Seam security. | Class | org.jboss.seam.security | JBoss Seam |
|
| IdentityManagementException | Thrown when an exception is encountered during account creation. | Class | org.jboss.seam.security.management | JBoss Seam |
|
| IdentityManager | Identity Management API, deals with user name/password-based identity management. | Class | org.jboss.seam.security.management | JBoss Seam |
|
| IdentityStore | The identity store does the actual work of persisting user accounts in a database, LDAP directory, etc. | Interface | org.jboss.seam.security.management | JBoss Seam |
|
| IdentityStore .Feature | | Class | org.jboss.seam.security.management.IdentityStore | JBoss Seam |
|
| IdentityStore .FeatureSet | Represents a set of optional features that an IdentityStore implementation might support. | Class | org.jboss.seam.security.management.IdentityStore | JBoss Seam |
|
| JpaIdentityStore | The default identity store implementation, uses JPA as its persistence mechanism. | Class | org.jboss.seam.security.management | JBoss Seam |
|
| JpaPermissionStore | A permission store implementation that uses JPA as its persistence mechanism. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| JpaTokenStore | A TokenStore implementation, stores tokens inside a database table. | Class | org.jboss.seam.security | JBoss Seam |
|
| LdapIdentityStore | An IdentityStore implementation that integrates with a directory service. | Class | org.jboss.seam.security.management | JBoss Seam |
|
| MacBasedPRF | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Class | org.jboss.seam.security.crypto | JBoss Seam |
|
| NoSuchRoleException | Thrown when an operation is performed on a non-existent role. | Class | org.jboss.seam.security.management | JBoss Seam |
|
| NoSuchUserException | Thrown when an operation is attempted on a non-existent user. | Class | org.jboss.seam.security.management | JBoss Seam |
|
| NotLoggedInException | Thrown when an unauthenticated user attempts to execute a restricted action. | Class | org.jboss.seam.security | JBoss Seam |
|
| OpenId | See Also:Serialized FormConstructor SummaryOpenId() | Class | org.jboss.seam.security.openid | JBoss Seam |
|
| OpenIdPhaseListener | See Also:Serialized FormConstructor SummaryOpenIdPhaseListener() | Class | org.jboss.seam.security.openid | JBoss Seam |
|
| OpenIdPrincipal | | Class | org.jboss.seam.security.openid | JBoss Seam |
|
| PasswordHash | | Class | org.jboss.seam.security.management | JBoss Seam |
|
| PBKDF2 | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Interface | org.jboss.seam.security.crypto | JBoss Seam |
|
| PBKDF2Engine | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Class | org.jboss.seam.security.crypto | JBoss Seam |
|
| PBKDF2Formatter | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Interface | org.jboss.seam.security.crypto | JBoss Seam |
|
| PBKDF2HexFormatter | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Class | org.jboss.seam.security.crypto | JBoss Seam |
|
| PBKDF2Parameters | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Class | org.jboss.seam.security.crypto | JBoss Seam |
|
| Permission | Represents a single permission for a particular target, action and recipient combination. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionCheck | Used to assert permission requirements into a WorkingMemory when evaluating a @Restrict expression. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionManager | Permission management component, used to grant or revoke permissions on specific objects or of specific permission types to particular users or roles. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionMapper | Maps permission checks to resolver chainsAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionMetadata | Permission actions can either be persisted as a comma-separated list of values, or as a bit-masked numerical value where certain bits represent specific actions for that class. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionResolver | | Interface | org.jboss.seam.security.permission | JBoss Seam |
|
| PermissionSearch | See Also:Serialized FormConstructor SummaryPermissionSearch() | Class | org.jboss.seam.security.permission.action | JBoss Seam |
|
| PermissionStore | Permission store interface. | Interface | org.jboss.seam.security.permission | JBoss Seam |
|
| PersistentPermissionResolver | Resolves dynamically-assigned permissions, mapped to a user or a role, and kept in persistent storage, such as a relational database. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| PRF | Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner. | Interface | org.jboss.seam.security.crypto | JBoss Seam |
|
| RememberMe | Remember-me functionality is provided by this class, in two different flavours. | Class | org.jboss.seam.security | JBoss Seam |
|
| RememberMe .Mode | | Class | org.jboss.seam.security.RememberMe | JBoss Seam |
|
| ResolverChain | A chain of permission resolvers. | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| Role | Represents a user role. | Class | org.jboss.seam.security | JBoss Seam |
|
| RoleAction | See Also:Serialized FormConstructor SummaryRoleAction() | Class | org.jboss.seam.security.management.action | JBoss Seam |
|
| RoleCheck | Used when performing rule-based conditional role checksAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| RoleSearch | See Also:Serialized FormConstructor SummaryRoleSearch() | Class | org.jboss.seam.security.management.action | JBoss Seam |
|
| RuleBasedPermissionResolver | A permission resolver that uses a Drools rule base to perform permission checksAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.permission | JBoss Seam |
|
| RunAsOperation | Defines a security operation that can be executed within a particular Constructor SummaryRunAsOperation() | Class | org.jboss.seam.security | JBoss Seam |
|
| SeamLoginModule | | Class | org.jboss.seam.security.jaas | JBoss Seam |
|
| SecurityFunctions | Delegating wrapper for EL security functions. | Class | org.jboss.seam.security | JBoss Seam |
|
| SecurityInterceptor | Provides authorization services for component invocations. | Class | org.jboss.seam.security | JBoss Seam |
|
| SimpleGroup | | Class | org.jboss.seam.security | JBoss Seam |
|
| SimplePrincipal | Simple implementation of the Principal interface, supporting a named user. | Class | org.jboss.seam.security | JBoss Seam |
|
| TokenStore | A store containing user authentication tokens. | Interface | org.jboss.seam.security | JBoss Seam |
|
| UserAction | A conversation-scoped component for creating and managing user accountsAuthor:Shane BryzakSee Also:Serialized Form | Class | org.jboss.seam.security.management.action | JBoss Seam |
|
| UserSearch | See Also:Serialized FormConstructor SummaryUserSearch() | Class | org.jboss.seam.security.management.action | JBoss Seam |