- Permission - Class in org.picketlink.permission
-
Represents a specific permission grant for a domain object
- Permission(Object, IdentityType, String) - Constructor for class org.picketlink.permission.Permission
-
- PermissionHandler - Interface in org.picketlink.permission.spi
-
Handles the generation of permission resource identifiers, and is responsible for the
marshaling / unmarshaling of permissions
- PermissionManager - Interface in org.picketlink.permission
-
Manages user, role and group permissions.
- PermissionQuery - Class in org.picketlink.permission
-
API for querying object permissions
- PermissionQuery(PermissionStore) - Constructor for class org.picketlink.permission.PermissionQuery
-
- PermissionResolver - Interface in org.picketlink.permission
-
A PermissionResolver may be used to determine access restrictions for application resources.
- PermissionResolver.PermissionStatus - Enum in org.picketlink.permission
-
- PermissionsHandledBy - Annotation Type in org.picketlink.permission.annotations
-
Configures the Permission Handler to use for instance-based permissions.
- PermissionStore - Interface in org.picketlink.permission.spi
-
- PicketLink - Annotation Type in org.picketlink.annotations
-
This qualifier annotation is used to provide an EntityManager instance to the Identity Management API
when access to a database is required for JPAIdentityStore.
- postAuthenticate() - Method in interface org.picketlink.authentication.Authenticator
-
- postAuthenticate() - Method in class org.picketlink.authentication.BaseAuthenticator
-
- PostAuthenticateEvent - Class in org.picketlink.authentication.event
-
This event is raised just after authentication
- PostAuthenticateEvent() - Constructor for class org.picketlink.authentication.event.PostAuthenticateEvent
-
- PostLoggedOutEvent - Class in org.picketlink.authentication.event
-
This event is raised just after the user un-authenticates
- PostLoggedOutEvent(User) - Constructor for class org.picketlink.authentication.event.PostLoggedOutEvent
-
- PreAuthenticateEvent - Class in org.picketlink.authentication.event
-
This event is raised just before authentication.
- PreAuthenticateEvent() - Constructor for class org.picketlink.authentication.event.PreAuthenticateEvent
-
- PreLoggedOutEvent - Class in org.picketlink.authentication.event
-
This event is raised just before the user un-authenticates
- PreLoggedOutEvent(User) - Constructor for class org.picketlink.authentication.event.PreLoggedOutEvent
-