| Package | Description |
|---|---|
| io.quarkus.security.runtime | |
| io.quarkus.security.runtime.interceptor | |
| io.quarkus.security.runtime.interceptor.check |
| Modifier and Type | Method and Description |
|---|---|
SecurityCheck |
SecurityCheckRecorder.authenticated() |
SecurityCheck |
SecurityCheckRecorder.denyAll() |
SecurityCheck |
SecurityCheckRecorder.permitAll() |
SecurityCheck |
SecurityCheckRecorder.rolesAllowed(String... roles) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityCheckRecorder.addMethod(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder,
String className,
String methodName,
String[] parameterTypes,
SecurityCheck securityCheck) |
| Modifier and Type | Method and Description |
|---|---|
SecurityCheck |
SecurityCheckStorage.getSecurityCheck(Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityCheckStorageBuilder.registerCheck(String className,
String methodName,
String[] parameterTypes,
SecurityCheck securityCheck) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatedCheck |
class |
DenyAllCheck |
class |
PermitAllCheck |
class |
RolesAllowedCheck |
class |
SupplierRolesAllowedCheck |
Copyright © 2021 JBoss by Red Hat. All rights reserved.