public class SecurityCheckRecorder extends Object
| Constructor and Description |
|---|
SecurityCheckRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMethod(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder,
String className,
String methodName,
String[] parameterTypes,
SecurityCheck securityCheck) |
SecurityCheck |
authenticated() |
void |
create(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder) |
SecurityCheck |
denyAll() |
static SecurityCheckStorage |
getStorage() |
io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> |
newBuilder() |
SecurityCheck |
permitAll() |
SecurityCheck |
rolesAllowed(String... roles) |
public static SecurityCheckStorage getStorage()
public SecurityCheck denyAll()
public SecurityCheck permitAll()
public SecurityCheck rolesAllowed(String... roles)
public SecurityCheck authenticated()
public io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> newBuilder()
public void addMethod(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder, String className, String methodName, String[] parameterTypes, SecurityCheck securityCheck)
public void create(io.quarkus.runtime.RuntimeValue<SecurityCheckStorageBuilder> builder)
Copyright © 2021 JBoss by Red Hat. All rights reserved.