Package io.quarkus.security.deployment
Interface PermissionSecurityChecks
interface PermissionSecurityChecks
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.jboss.jandex.DotNamestatic final org.jboss.jandex.DotName -
Method Summary
Modifier and TypeMethodDescriptionMap<org.jboss.jandex.DotName,SecurityCheck> Map<org.jboss.jandex.MethodInfo,SecurityCheck>
-
Field Details
-
PERMISSION_CHECKER_NAME
static final org.jboss.jandex.DotName PERMISSION_CHECKER_NAME -
BLOCKING
static final org.jboss.jandex.DotName BLOCKING
-
-
Method Details
-
getMethodSecurityChecks
Map<org.jboss.jandex.MethodInfo,SecurityCheck> getMethodSecurityChecks() -
getClassNameSecurityChecks
Map<org.jboss.jandex.DotName,SecurityCheck> getClassNameSecurityChecks() -
permissionClasses
-