public class AllowAllPermissionEvaluator extends Object implements org.springframework.security.access.PermissionEvaluator
Constructor and Description |
---|
AllowAllPermissionEvaluator() |
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 targetType,
Object permission) |
public boolean hasPermission(org.springframework.security.core.Authentication authentication, Object targetDomainObject, Object permission)
hasPermission
in interface org.springframework.security.access.PermissionEvaluator
public boolean hasPermission(org.springframework.security.core.Authentication authentication, Serializable targetId, String targetType, Object permission)
hasPermission
in interface org.springframework.security.access.PermissionEvaluator
Copyright © 2017. All rights reserved.