|
|||||||||
| Home >> All >> java >> security >> [ acl overview ] | PREV NEXT | ||||||||
A
- Acl - interface java.security.acl.Acl.
- A Java access control list (ACL) is a group of individual ACL entries.
- AclEntry - interface java.security.acl.AclEntry.
- This interface models an entry in an access control list (ACL).
- AclNotFoundException - exception java.security.acl.AclNotFoundException.
- This exception is thrown when a requested access control list (ACL) is not found.
- AclNotFoundException() - Constructor for class java.security.acl.AclNotFoundException
- Initializes a new instance of this class with no descriptive message
- addEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
- This method adds the specified entry to the ACL
- addMember(Principal) - Method in interface java.security.acl.Group
- This method adds a new
Principalto this group. - addOwner(Principal, Principal) - Method in interface java.security.acl.Owner
- This method adds an owner to the access control list (ACL).
- addPermission(Permission) - Method in interface java.security.acl.AclEntry
- This method adds the specified permission to this ACL entry.
C
- checkPermission(Principal, Permission) - Method in interface java.security.acl.Acl
- This method tests whether or not the specified
Principalhas the specifiedPermission - checkPermission(Permission) - Method in interface java.security.acl.AclEntry
- This method tests whether or not the specified permission is associated with this ACL entry.
- clone() - Method in interface java.security.acl.AclEntry
- This method returns a clone of this ACL entry
D
- deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
- This method delets an owner from the access control list (ACL).
E
- entries() - Method in interface java.security.acl.Acl
- This method returns a list of all the entries in the ACL as an
Enumeration. - equals(Object) - Method in interface java.security.acl.Permission
- This method tests whether or not a specified
Permission(passed as anObject) is the same as this permission.
G
- Group - interface java.security.acl.Group.
- This interface represents a group of
Principals. - getName() - Method in interface java.security.acl.Acl
- This method returns the name of this ACL.
- getPermissions(Principal) - Method in interface java.security.acl.Acl
- This method returns a list of
Permission's that are granted to a particularPrincipal. - getPrincipal() - Method in interface java.security.acl.AclEntry
- This method returns the
Principalassociated with this ACL entry.
I
- isMember(Principal) - Method in interface java.security.acl.Group
- This method tests whether or not a given
Principalis a member of this group. - isNegative() - Method in interface java.security.acl.AclEntry
- This method tests whether or not this ACL entry is a negative entry or not.
- isOwner(Principal) - Method in interface java.security.acl.Owner
- This method tests whether or not a given
Principalis an owner of this access control list (ACL).
J
- java.security.acl - package java.security.acl
L
- LastOwnerException - exception java.security.acl.LastOwnerException.
- This exception is thrown when an attempt is made to delete the last owner of an access control list (ACL)
- LastOwnerException() - Constructor for class java.security.acl.LastOwnerException
- Initialize a new instance of
LastOwnerExceptionthat does not have a log message.
M
- members() - Method in interface java.security.acl.Group
- This method returns a list of all members of the group as an
Enumeration.
N
- NotOwnerException - exception java.security.acl.NotOwnerException.
- This exception is thrown whenever an operation is attempted that requires the caller to be the owner of the access control list (ACL) when the caller is in fact not the owner of the ACL.
- NotOwnerException() - Constructor for class java.security.acl.NotOwnerException
- Initializes a new instance of
NotOwnerExceptionthat does not have a descriptive message.
O
- Owner - interface java.security.acl.Owner.
- This interface provides a mechanism for maintaining a list of owners of an access control list (ACL).
P
- Permission - interface java.security.acl.Permission.
- This interface provides information about a permission that can be granted.
- permissions() - Method in interface java.security.acl.AclEntry
- This method returns a list of all
Permissionobjects associated with this ACL entry as anEnumeration.
R
- removeEntry(Principal, AclEntry) - Method in interface java.security.acl.Acl
- This method delets the specified entry from the ACL
- removeMember(Principal) - Method in interface java.security.acl.Group
- This method deletes a member from the group.
- removePermission(Permission) - Method in interface java.security.acl.AclEntry
- This method deletes the specified permission to this ACL entry.
S
- serialVersionUID - Static variable in class java.security.acl.AclNotFoundException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.security.acl.LastOwnerException
- Compatible with JDK 1.1+.
- serialVersionUID - Static variable in class java.security.acl.NotOwnerException
- Compatible with JDK 1.1+.
- setName(Principal, String) - Method in interface java.security.acl.Acl
- This method sets the name of the ACL
- setNegativePermissions() - Method in interface java.security.acl.AclEntry
- This method sets this ACL entry to be a negative entry, indicating
that it contains a list of permissions that are not granted
to the entry's
Principal. - setPrincipal(Principal) - Method in interface java.security.acl.AclEntry
- This method sets ths
Principalassociated with this ACL entry.
T
- toString() - Method in interface java.security.acl.Acl
- This method returns the ACL as a
String - toString() - Method in interface java.security.acl.AclEntry
- This method returns this object as a
String. - toString() - Method in interface java.security.acl.Permission
- This method returns this
Permissionas aString.
A C D E G I J L M N O P R S T
|
|||||||||
| Home >> All >> java >> security >> [ acl overview ] | PREV NEXT | ||||||||