|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlEntry | |
com.sas.drugdev.remote.repository.security | Provides classes and interfaces managing permissions for nodes. |
Uses of AccessControlEntry in com.sas.drugdev.remote.repository.security |
Methods in com.sas.drugdev.remote.repository.security that return AccessControlEntry | |
AccessControlEntry |
AccessControlList.getUserEntry(java.lang.String userid)
Get the AccessControlEntry associated with the given user id. |
AccessControlEntry |
AccessControlList.getGroupEntry(java.lang.String groupName)
Get the AccessControlEntry associated with the given group name. |
AccessControlEntry |
AccessControlList.removeUserEntry(java.lang.String userid)
Remove the AccessControlEntry associated with the given userid from this list. |
AccessControlEntry |
AccessControlList.removeGroupEntry(java.lang.String groupName)
Remove the AccessControlEntry associated with the given groupname from this list. |
AccessControlEntry |
AccessControlList.createUserEntry(java.lang.String userid)
Create an AccessControlEntry associated with the given user id. |
AccessControlEntry |
AccessControlList.createGroupEntry(java.lang.String groupName)
Create an AccessControlEntry associated with the given group name. |
Methods in com.sas.drugdev.remote.repository.security with parameters of type AccessControlEntry | |
void |
AccessControlList.addEntry(AccessControlEntry ace)
Set the given AccessControlEntry in this list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |