public class C4MethodSecurityExpressionRoot
extends org.springframework.security.access.expression.SecurityExpressionRoot
implements org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
| Constructor and Description |
|---|
C4MethodSecurityExpressionRoot() |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends org.springframework.security.core.Authentication> |
get(Class<T> expectedAuthType) |
Object |
getFilterObject() |
Object |
getReturnObject() |
Object |
getThis() |
void |
setFilterObject(Object filterObject) |
void |
setReturnObject(Object returnObject) |
void |
setThis(Object target) |
denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolverprotected <T extends org.springframework.security.core.Authentication> Optional<T> get(Class<T> expectedAuthType)
public void setFilterObject(Object filterObject)
setFilterObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic Object getFilterObject()
getFilterObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic void setReturnObject(Object returnObject)
setReturnObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic Object getReturnObject()
getReturnObject in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationspublic void setThis(Object target)
public Object getThis()
getThis in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationsCopyright © 2022. All rights reserved.