Uses of Class
com.sas.hls.security.principal.exception.PrincipalNotFoundException

Packages that use PrincipalNotFoundException
com.sas.hls.security.acl Service and class definitions for manipulating and creating acls. 
com.sas.hls.security.privilege Class definitions for identifying and using privileges in the system. 
 

Uses of PrincipalNotFoundException in com.sas.hls.security.acl
 

Methods in com.sas.hls.security.acl that throw PrincipalNotFoundException
 Acl AclService.getAcl(AclSecurable aclSecurable)
          Gets the acl for the object.
 AclContainer AclService.getAclContainer(AclContainerSecurable aclContainerSecurable)
          Gets the AclContainer for the specified container
 

Uses of PrincipalNotFoundException in com.sas.hls.security.privilege
 

Methods in com.sas.hls.security.privilege that throw PrincipalNotFoundException
 Set<Privilege> GlobalPrivilegeAssignmentService.getGrantedPrivileges(UserDescriptor user)
          Get the set of privileges which are granted to a user.
 void GlobalPrivilegeAssignmentService.grantPrivilege(UserDescriptor user, Privilege privilege)
          Directly grant a privilege to a specified user.
 void GlobalPrivilegeAssignmentService.grantPrivileges(UserDescriptor user, Set<Privilege> privileges)
          Directly grant privileges to a specified user.
 boolean GlobalPrivilegeAssignmentService.hasPrivilege(UserDescriptor user, Privilege privilege)
          Does the specified user have a certain privilege
 void GlobalPrivilegeAssignmentService.revokeAllPrivileges(UserDescriptor user)
          Revoke all privileges directly given to a user.
 void GlobalPrivilegeAssignmentService.revokePrivilege(UserDescriptor user, Privilege privilege)
          Revoke a privilege directly given to a user.
 void GlobalPrivilegeAssignmentService.revokePrivileges(UserDescriptor user, Set<Privilege> privileges)
          Revoke a set of privileges directly given to a user.
 void GlobalPrivilegeAssignmentService.setPrivileges(UserDescriptor user, Set<Privilege> privileges)
          Set what privileges are directly given to a specified user.
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA