sun.security.acl |
|
Java Source File Name | Type | Comment |
AclEntryImpl.java | Class | This is a class that describes one entry that associates users
or groups with permissions in the ACL. |
AclImpl.java | Class | An Access Control List (ACL) is encapsulated by this class. |
AllPermissionsImpl.java | Class | This class implements the principal interface for the set of all permissions. |
GroupImpl.java | Class | This class implements a group of principals. |
OwnerImpl.java | Class | Class implementing the Owner interface. |
PermissionImpl.java | Class | The PermissionImpl class implements the permission
interface for permissions that are strings. |
PrincipalImpl.java | Class | This class implements the principal interface. |
WorldGroupImpl.java | Class | This class implements a group of principals. |