public class DelegatingPermissionEvaluator extends Object implements org.springframework.security.access.PermissionEvaluator
PermissionTester instances| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
DelegatingPermissionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPermission(org.springframework.security.core.Authentication authentication,
Object targetDomainObject,
Object permission) |
boolean |
hasPermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetTypeName,
Object permission) |
void |
setConferenceUserService(ConferenceUserService conferenceUserService) |
void |
setPermissionTesters(Set<PermissionTester<Object>> permissionTesters) |
@Autowired public void setConferenceUserService(ConferenceUserService conferenceUserService)
@Autowired public void setPermissionTesters(Set<PermissionTester<Object>> permissionTesters)
public boolean hasPermission(org.springframework.security.core.Authentication authentication,
Object targetDomainObject,
Object permission)
hasPermission in interface org.springframework.security.access.PermissionEvaluatorpublic boolean hasPermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetTypeName,
Object permission)
hasPermission in interface org.springframework.security.access.PermissionEvaluatorCopyright © 2016 Jasig. All Rights Reserved.