public class DenyAllPermissionEvaluator extends Object implements org.springframework.security.access.PermissionEvaluator
| Constructor and Description |
|---|
DenyAllPermissionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPermission(org.springframework.security.core.Authentication authentication,
Object target,
Object permission) |
boolean |
hasPermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
Object permission) |
public boolean hasPermission(org.springframework.security.core.Authentication authentication,
Object target,
Object permission)
hasPermission in interface org.springframework.security.access.PermissionEvaluatorpublic boolean hasPermission(org.springframework.security.core.Authentication authentication,
Serializable targetId,
String targetType,
Object permission)
hasPermission in interface org.springframework.security.access.PermissionEvaluatorCopyright © 2015 Revolution Systems Inc.. All rights reserved.