Package io.quarkus.spring.security.runtime.interceptor.check
-
Class Summary Class Description AbstractBeanMethodSecurityCheck Implementations of this class are generated for expressions in @PreAuthorize that invoke a method of a beanAllDelegatingSecurityCheck ASecurityCheckwhere all delegates must passAnonymousCheck AnyDelegatingSecurityCheck ASecurityCheckwhere if any of the delegates passes the security check then the delegate passes as wellCombinedRoleSupplier FromBeanRoleSupplier PrincipalNameFromParameterObjectSecurityCheck Instances of this classes are created in order to check if the value of property of method parameter inside a Spring Security expression matches the principal name Access to the property of the object is performed by delegating to a purpose generated accessorPrincipalNameFromParameterSecurityCheck Instances of this classes are created in order to check if a method parameter inside a Spring Security expression matches the principal name Access to the property of the object is performed by delegating to a purpose generated accessor -
Enum Summary Enum Description PrincipalNameFromParameterSecurityCheck.CheckType