Uses of Interface
com.sas.drugdev.remote.repository.security.AccessControlEntry

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.createGroupEntry(java.lang.String groupName)
          Create an AccessControlEntry associated with the given group name.
 AccessControlEntry AccessControlList.createUserEntry(java.lang.String userid)
          Create an 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.getUserEntry(java.lang.String userid)
          Get the AccessControlEntry associated with the given user id.
 AccessControlEntry AccessControlList.removeGroupEntry(java.lang.String groupName)
          Remove the AccessControlEntry associated with the given groupname from this list.
 AccessControlEntry AccessControlList.removeUserEntry(java.lang.String userid)
          Remove the AccessControlEntry associated with the given userid from this list.
 

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.