net.sf.jguard.core.principals |
|
Java Source File Name | Type | Comment |
BasePrincipal.java | Interface | Base interface for Principal provided by jGuard. |
GroupPrincipal.java | Class | This Principal represents the notion of a group.
this class is incomplete. |
JMXPrincipal.java | Class | This principal is added in JMX connection to keep a reference of the objectID used in Policy. |
RolePrincipal.java | Class | This Principal represents the notion of a role. |
UserPrincipal.java | Class | UserPrincipal is used to resolve ABAC permissions. |