Uses of Class
io.quarkus.security.runtime.interceptor.SecurityCheckStorageBuilder
-
Packages that use SecurityCheckStorageBuilder Package Description io.quarkus.security.runtime -
-
Uses of SecurityCheckStorageBuilder in io.quarkus.security.runtime
Methods in io.quarkus.security.runtime that return types with arguments of type SecurityCheckStorageBuilder Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder>SecurityCheckRecorder. newBuilder()Method parameters in io.quarkus.security.runtime with type arguments of type SecurityCheckStorageBuilder Modifier and Type Method Description voidSecurityCheckRecorder. addMethod(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder, String className, String methodName, String[] parameterTypes, SecurityCheck securityCheck)voidSecurityCheckRecorder. create(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder)
-