Uses of Enum Class
io.quarkus.spring.security.runtime.interceptor.check.PrincipalNameFromParameterObjectSecurityCheck.CheckType
Packages that use PrincipalNameFromParameterObjectSecurityCheck.CheckType
Package
Description
-
Uses of PrincipalNameFromParameterObjectSecurityCheck.CheckType in io.quarkus.spring.security.runtime.interceptor
Methods in io.quarkus.spring.security.runtime.interceptor with parameters of type PrincipalNameFromParameterObjectSecurityCheck.CheckTypeModifier and TypeMethodDescriptionio.quarkus.security.spi.runtime.SecurityCheckSpringSecurityRecorder.principalNameFromParameterObjectSecurityCheck(int index, String expectedParameterClass, String stringPropertyAccessorClass, String propertyName, PrincipalNameFromParameterObjectSecurityCheck.CheckType checkType) -
Uses of PrincipalNameFromParameterObjectSecurityCheck.CheckType in io.quarkus.spring.security.runtime.interceptor.check
Methods in io.quarkus.spring.security.runtime.interceptor.check that return PrincipalNameFromParameterObjectSecurityCheck.CheckTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PrincipalNameFromParameterObjectSecurityCheck.CheckType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.spring.security.runtime.interceptor.check with parameters of type PrincipalNameFromParameterObjectSecurityCheck.CheckTypeModifier and TypeMethodDescriptionPrincipalNameFromParameterObjectSecurityCheck.of(int index, String expectedParameterClass, String stringPropertyAccessorClass, String propertyName, PrincipalNameFromParameterObjectSecurityCheck.CheckType checkType)