Uses of Class
com.sas.lsaf.security.principal.PrincipalNotFoundException
Packages that use PrincipalNotFoundException
Package
Description
Service and classes for identifying and using privileges in the system.
-
Uses of PrincipalNotFoundException in com.sas.lsaf.security.privilege
Methods in com.sas.lsaf.security.privilege that throw PrincipalNotFoundExceptionModifier and TypeMethodDescriptionGlobalPrivilegeService.getGrantedPrivileges(String userId) Gets the set of global privileges that are granted to a user.voidGlobalPrivilegeService.grantPrivilege(String userId, String globalPrivilegeId) Grants a global privilege to the specified user.voidGlobalPrivilegeService.grantPrivileges(String userId, Set<String> globalPrivilegeIds) Grants the global privileges to the specified user.voidGlobalPrivilegeService.grantPrivilegesToUsers(Set<String> userIds, Set<String> globalPrivilegeIds) Grants the global privileges to the specified set of users.voidGlobalPrivilegeService.revokeAllPrivileges(String userId) Revokes all global privileges from the specified user.voidGlobalPrivilegeService.revokePrivilege(String userId, String globalPrivilegeId) Revokes a global privilege from the specified user.voidGlobalPrivilegeService.revokePrivileges(String userId, Set<String> globalPrivilegeIds) Revokes a set of global privileges from the set of users.voidGlobalPrivilegeService.revokePrivilegesFromUsers(Set<String> userIds, Set<String> globalPrivilegeIds) Revokes a set of global privileges from a set of users.voidGlobalPrivilegeService.setPrivileges(String userId, Set<String> globalPrivilegeIds) Sets the global privileges that are granted to the specified user.