Class C4MethodSecurityExpressionRoot
java.lang.Object
org.springframework.security.access.expression.SecurityExpressionRoot
com.c4_soft.springaddons.security.oidc.spring.C4MethodSecurityExpressionRoot
- All Implemented Interfaces:
org.springframework.security.access.expression.method.MethodSecurityExpressionOperations,org.springframework.security.access.expression.SecurityExpressionOperations
@Deprecated(forRemoval=true)
public class C4MethodSecurityExpressionRoot
extends org.springframework.security.access.expression.SecurityExpressionRoot
implements org.springframework.security.access.expression.method.MethodSecurityExpressionOperations
Deprecated, for removal: This API element is subject to removal in a future version.
org.springframework.security.access.expression.method.MethodSecurityExpressionRoot is protected.
- Author:
- Jérôme Wacongne <ch4mp#64;c4-soft.com>
-
Field Summary
Fields inherited from class org.springframework.security.access.expression.SecurityExpressionRoot
admin, create, delete, denyAll, permitAll, read, write -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected <T extends org.springframework.security.core.Authentication>
Optional<T>Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getThis()Deprecated, for removal: This API element is subject to removal in a future version.voidsetFilterObject(Object filterObject) Deprecated, for removal: This API element is subject to removal in a future version.voidsetReturnObject(Object returnObject) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.springframework.security.access.expression.SecurityExpressionRoot
denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolverMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.access.expression.SecurityExpressionOperations
denyAll, getAuthentication, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll
-
Constructor Details
-
C4MethodSecurityExpressionRoot
public C4MethodSecurityExpressionRoot()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
get
protected <T extends org.springframework.security.core.Authentication> Optional<T> get(Class<T> expectedAuthType) Deprecated, for removal: This API element is subject to removal in a future version. -
setFilterObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setFilterObjectin interfaceorg.springframework.security.access.expression.method.MethodSecurityExpressionOperations
-
getFilterObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getFilterObjectin interfaceorg.springframework.security.access.expression.method.MethodSecurityExpressionOperations
-
setReturnObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setReturnObjectin interfaceorg.springframework.security.access.expression.method.MethodSecurityExpressionOperations
-
getReturnObject
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getReturnObjectin interfaceorg.springframework.security.access.expression.method.MethodSecurityExpressionOperations
-
setThis
Deprecated, for removal: This API element is subject to removal in a future version. -
getThis
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getThisin interfaceorg.springframework.security.access.expression.method.MethodSecurityExpressionOperations
-
SpringAddonsMethodSecurityExpressionRoot