public class SecurityExpressionAdapter
extends org.springframework.security.access.expression.SecurityExpressionRoot
implements org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
| Modifier and Type | Field and Description |
|---|---|
protected MiddlewareAccountManagementService |
accountService |
protected MiddlewarePaymentService |
paymentService |
| Constructor and Description |
|---|
SecurityExpressionAdapter(org.springframework.security.core.Authentication authentication,
MiddlewareAccountManagementService accountService,
MiddlewarePaymentService paymentService) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getFilterObject() |
Object |
getReturnObject() |
Object |
getThis() |
void |
setFilterObject(Object filterObject) |
void |
setReturnObject(Object returnObject) |
denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolverprotected final MiddlewareAccountManagementService accountService
protected final MiddlewarePaymentService paymentService
public SecurityExpressionAdapter(org.springframework.security.core.Authentication authentication,
MiddlewareAccountManagementService accountService,
MiddlewarePaymentService paymentService)
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 Object getThis()
getThis in interface org.springframework.security.access.expression.method.MethodSecurityExpressionOperationsCopyright © 2021. All rights reserved.