| java.lang.Object com.sun.satsa.acl.ACEntry
ACEntry | public class ACEntry (Code) | | This class represents Access Control Entry.
|
Method Summary | |
void | getPermissions(boolean isAPDU, Vector permissions) Places permissions from this ACE to the vector. | boolean | hasPermissions() Verifies if the ACE contains permissions. | boolean | verifyPrincipal(String root) Verifies if this ACE describes permissions for this CA.
Parameters: root - name of CA that authorized the suite. |
getPermissions | void getPermissions(boolean isAPDU, Vector permissions)(Code) | | Places permissions from this ACE to the vector.
Parameters: isAPDU - if true, place APDU permissions, otherwise - JCRMIpermissions Parameters: permissions - the vector for results |
hasPermissions | boolean hasPermissions()(Code) | | Verifies if the ACE contains permissions.
true if the ACE contains permissions. |
verifyPrincipal | boolean verifyPrincipal(String root)(Code) | | Verifies if this ACE describes permissions for this CA.
Parameters: root - name of CA that authorized the suite. true if this ACE describes permissions for this CA. |
|
|