- Permission - Annotation Type in org.jboss.seam.security.annotations.permission
-
Specifies an allowable permission action for the target class, and allows for an optional bit mask
value for mapping the permission action to a persistent store
- Permission - Class in org.jboss.seam.security.permission
-
Represents a single permission for a particular target, action and recipient combination.
- Permission(Object, String, IdentityObject) - Constructor for class org.jboss.seam.security.permission.Permission
-
- PermissionProperty - Annotation Type in org.jboss.seam.security.annotations.permission
-
Marks an entity field or method as being a property for storing permission
related data.
- PermissionPropertyType - Enum in org.jboss.seam.security.annotations.permission
-
- PermissionResolver - Interface in org.jboss.seam.security.permission
-
Implementations of this interface perform permission checks using a variety of methods.
- Permissions - Annotation Type in org.jboss.seam.security.annotations.permission
-
Specifies a list of permission actions for a class
- PermissionStore - Interface in org.jboss.seam.security.permission
-
Permission store interface.
- persist(Session) - Method in interface org.jboss.seam.security.session.SessionStore
-
Persists the session in the current store
- postAuthenticate() - Method in interface org.jboss.seam.security.Authenticator
-
- PostAuthenticateEvent - Class in org.jboss.seam.security.events
-
This event is raised just after authentication
- PostAuthenticateEvent() - Constructor for class org.jboss.seam.security.events.PostAuthenticateEvent
-
- PostLoggedOutEvent - Class in org.jboss.seam.security.events
-
This event is raised just after the user unauthenticates
- PostLoggedOutEvent(User) - Constructor for class org.jboss.seam.security.events.PostLoggedOutEvent
-
- PreAuthenticateEvent - Class in org.jboss.seam.security.events
-
This event is raised just before authentication.
- PreAuthenticateEvent() - Constructor for class org.jboss.seam.security.events.PreAuthenticateEvent
-
- PreLoggedOutEvent - Class in org.jboss.seam.security.events
-
This event is raised just before the user unauthenticates
- PreLoggedOutEvent() - Constructor for class org.jboss.seam.security.events.PreLoggedOutEvent
-
- PrePersistUserEvent - Class in org.jboss.seam.security.events
-
This event is raised just before a new user is persisted
- PrePersistUserEvent(Object) - Constructor for class org.jboss.seam.security.events.PrePersistUserEvent
-
- PrePersistUserRoleEvent - Class in org.jboss.seam.security.events
-
This event is raised just before a user role is persisted
- PrePersistUserRoleEvent(Object) - Constructor for class org.jboss.seam.security.events.PrePersistUserRoleEvent
-
- PropertyType - Enum in org.jboss.seam.security.annotations.management
-