Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jboss.seam.security Classes and Interfaces - 67 results found.
NameDescriptionTypePackageFramework
AuthorizationExceptionThrown when an authenticated user has insufficient rights to carry out an action.Classorg.jboss.seam.securityJBoss Seam
BinToolsCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Classorg.jboss.seam.security.cryptoJBoss Seam
ClassIdentifierStrategyAn Identifier strategy for class-based permission checksConstructor SummaryClassIdentifierStrategy()Classorg.jboss.seam.security.permissionJBoss Seam
ConfigurationFactory for the JAAS Configuration used by Seam Security.Classorg.jboss.seam.securityJBoss Seam
CredentialsClassorg.jboss.seam.securityJBoss Seam
DigestAuthenticatorThis class provides methods for performing Digest (RFC 2617) authentication and is intended to be extended by a concrete Authenticator implementation.Classorg.jboss.seam.security.digestJBoss Seam
DigestRequestClassorg.jboss.seam.security.digestJBoss Seam
DigestUtilsDigest-related utility methods, adapted from Acegi and Apache Commons.Classorg.jboss.seam.security.digestJBoss Seam
DigestValidationExceptionThrown when a DigestRequest fails validation.Classorg.jboss.seam.security.digestJBoss Seam
EntityActionenum EntityActionextends EnumActions that may be performed upon entitiesClassorg.jboss.seam.securityJBoss Seam
EntityIdentifierStrategyAn Identifier strategy for entity-based permission checksConstructor SummaryEntityIdentifierStrategy()Classorg.jboss.seam.security.permissionJBoss Seam
EntityPermissionCheckerEntity permission checksConstructor SummaryEntityPermissionChecker()Classorg.jboss.seam.securityJBoss Seam
EntitySecurityListenerFacilitates security checks for entity beans.Classorg.jboss.seam.securityJBoss Seam
FacesSecurityEventsProduces FacesMessages in response of certain security events, and helps to decouple the Identity component from JSF.Classorg.jboss.seam.securityJBoss Seam
HibernateSecurityInterceptorFacilitates security checks for Hibernate entitiesAuthor:Shane BryzakSee Also:Serialized FormClassorg.jboss.seam.securityJBoss Seam
IdentifierPolicyA policy for the generation of object "identifiers" - unique Strings that identify a specific instance of an object.Classorg.jboss.seam.security.permissionJBoss Seam
IdentifierStrategyStrategy for generating permission target identifiers.Interfaceorg.jboss.seam.security.permissionJBoss Seam
IdentityAPI for authorization and authentication via Seam security.Classorg.jboss.seam.securityJBoss Seam
IdentityManagementExceptionThrown when an exception is encountered during account creation.Classorg.jboss.seam.security.managementJBoss Seam
IdentityManagerIdentity Management API, deals with user name/password-based identity management.Classorg.jboss.seam.security.managementJBoss Seam
IdentityStoreThe identity store does the actual work of persisting user accounts in a database, LDAP directory, etc.Interfaceorg.jboss.seam.security.managementJBoss Seam
IdentityStore .FeatureClassorg.jboss.seam.security.management.IdentityStoreJBoss Seam
IdentityStore .FeatureSetRepresents a set of optional features that an IdentityStore implementation might support.Classorg.jboss.seam.security.management.IdentityStoreJBoss Seam
JpaIdentityStoreThe default identity store implementation, uses JPA as its persistence mechanism.Classorg.jboss.seam.security.managementJBoss Seam
JpaPermissionStoreA permission store implementation that uses JPA as its persistence mechanism.Classorg.jboss.seam.security.permissionJBoss Seam
JpaTokenStoreA TokenStore implementation, stores tokens inside a database table.Classorg.jboss.seam.securityJBoss Seam
LdapIdentityStoreAn IdentityStore implementation that integrates with a directory service.Classorg.jboss.seam.security.managementJBoss Seam
MacBasedPRFCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Classorg.jboss.seam.security.cryptoJBoss Seam
NoSuchRoleExceptionThrown when an operation is performed on a non-existent role.Classorg.jboss.seam.security.managementJBoss Seam
NoSuchUserExceptionThrown when an operation is attempted on a non-existent user.Classorg.jboss.seam.security.managementJBoss Seam
NotLoggedInExceptionThrown when an unauthenticated user attempts to execute a restricted action.Classorg.jboss.seam.securityJBoss Seam
OpenIdSee Also:Serialized FormConstructor SummaryOpenId()Classorg.jboss.seam.security.openidJBoss Seam
OpenIdPhaseListenerSee Also:Serialized FormConstructor SummaryOpenIdPhaseListener()Classorg.jboss.seam.security.openidJBoss Seam
OpenIdPrincipalClassorg.jboss.seam.security.openidJBoss Seam
PasswordHashClassorg.jboss.seam.security.managementJBoss Seam
PBKDF2Copied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Interfaceorg.jboss.seam.security.cryptoJBoss Seam
PBKDF2EngineCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Classorg.jboss.seam.security.cryptoJBoss Seam
PBKDF2FormatterCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Interfaceorg.jboss.seam.security.cryptoJBoss Seam
PBKDF2HexFormatterCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Classorg.jboss.seam.security.cryptoJBoss Seam
PBKDF2ParametersCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Classorg.jboss.seam.security.cryptoJBoss Seam
PermissionRepresents a single permission for a particular target, action and recipient combination.Classorg.jboss.seam.security.permissionJBoss Seam
PermissionCheckUsed to assert permission requirements into a WorkingMemory when evaluating a @Restrict expression.Classorg.jboss.seam.security.permissionJBoss Seam
PermissionManagerPermission management component, used to grant or revoke permissions on specific objects or of specific permission types to particular users or roles.Classorg.jboss.seam.security.permissionJBoss Seam
PermissionMapperMaps permission checks to resolver chainsAuthor:Shane BryzakSee Also:Serialized FormClassorg.jboss.seam.security.permissionJBoss Seam
PermissionMetadataPermission 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.Classorg.jboss.seam.security.permissionJBoss Seam
PermissionResolverInterfaceorg.jboss.seam.security.permissionJBoss Seam
PermissionSearchSee Also:Serialized FormConstructor SummaryPermissionSearch()Classorg.jboss.seam.security.permission.actionJBoss Seam
PermissionStorePermission store interface.Interfaceorg.jboss.seam.security.permissionJBoss Seam
PersistentPermissionResolverResolves dynamically-assigned permissions, mapped to a user or a role, and kept in persistent storage, such as a relational database.Classorg.jboss.seam.security.permissionJBoss Seam
PRFCopied from Matthias Gartner's PKCS#5 implementation - see http://rtner.Interfaceorg.jboss.seam.security.cryptoJBoss Seam
RememberMeRemember-me functionality is provided by this class, in two different flavours.Classorg.jboss.seam.securityJBoss Seam
RememberMe .ModeClassorg.jboss.seam.security.RememberMeJBoss Seam
ResolverChainA chain of permission resolvers.Classorg.jboss.seam.security.permissionJBoss Seam
RoleRepresents a user role.Classorg.jboss.seam.securityJBoss Seam
RoleActionSee Also:Serialized FormConstructor SummaryRoleAction()Classorg.jboss.seam.security.management.actionJBoss Seam
RoleCheckUsed when performing rule-based conditional role checksAuthor:Shane BryzakSee Also:Serialized FormClassorg.jboss.seam.security.permissionJBoss Seam
RoleSearchSee Also:Serialized FormConstructor SummaryRoleSearch()Classorg.jboss.seam.security.management.actionJBoss Seam
RuleBasedPermissionResolverA permission resolver that uses a Drools rule base to perform permission checksAuthor:Shane BryzakSee Also:Serialized FormClassorg.jboss.seam.security.permissionJBoss Seam
RunAsOperationDefines a security operation that can be executed within a particular Constructor SummaryRunAsOperation()Classorg.jboss.seam.securityJBoss Seam
SeamLoginModuleClassorg.jboss.seam.security.jaasJBoss Seam
SecurityFunctionsDelegating wrapper for EL security functions.Classorg.jboss.seam.securityJBoss Seam
SecurityInterceptorProvides authorization services for component invocations.Classorg.jboss.seam.securityJBoss Seam
SimpleGroupClassorg.jboss.seam.securityJBoss Seam
SimplePrincipalSimple implementation of the Principal interface, supporting a named user.Classorg.jboss.seam.securityJBoss Seam
TokenStoreA store containing user authentication tokens.Interfaceorg.jboss.seam.securityJBoss Seam
UserActionA conversation-scoped component for creating and managing user accountsAuthor:Shane BryzakSee Also:Serialized FormClassorg.jboss.seam.security.management.actionJBoss Seam
UserSearchSee Also:Serialized FormConstructor SummaryUserSearch()Classorg.jboss.seam.security.management.actionJBoss Seam