Package io.quarkus.security.spi.runtime
Interface SecurityCheckStorage
public interface SecurityCheckStorage
-
Method Summary
Modifier and TypeMethodDescriptionSecurityCheckthat should be applied when there is no other check applied on incoming request.getSecurityCheck(MethodDescription methodDescription) default SecurityCheckgetSecurityCheck(Method method)
-
Method Details
-
getSecurityCheck
-
getSecurityCheck
-
getDefaultSecurityCheck
SecurityCheck getDefaultSecurityCheck()SecurityCheckthat should be applied when there is no other check applied on incoming request.
-