Uses of Class
com.sas.drugdev.remote.repository.security.EntryExistsException

Packages that use EntryExistsException
com.sas.drugdev.remote.repository.security Provides classes and interfaces managing permissions for nodes. 
 

Uses of EntryExistsException in com.sas.drugdev.remote.repository.security
 

Methods in com.sas.drugdev.remote.repository.security that throw EntryExistsException
 void AccessControlList.addEntry(AccessControlEntry ace)
          Set the given AccessControlEntry in this list.
 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.