Package io.quarkus.security.deployment
Interface PermissionSecurityChecks
interface PermissionSecurityChecks
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class -
Method Summary
Modifier and TypeMethodDescriptionMap<org.jboss.jandex.DotName,SecurityCheck> Map<org.jboss.jandex.MethodInfo,SecurityCheck>
-
Method Details
-
getMethodSecurityChecks
Map<org.jboss.jandex.MethodInfo,SecurityCheck> getMethodSecurityChecks() -
getClassNameSecurityChecks
Map<org.jboss.jandex.DotName,SecurityCheck> getClassNameSecurityChecks() -
permissionClasses
-