public abstract class AbstractBeanMethodSecurityCheck extends Object implements SecurityCheck
| Constructor and Description |
|---|
AbstractBeanMethodSecurityCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(io.quarkus.security.identity.SecurityIdentity identity,
Method method,
Object[] parameters) |
protected abstract boolean |
check(io.quarkus.security.identity.SecurityIdentity identity,
Object[] parameters) |
protected abstract boolean check(io.quarkus.security.identity.SecurityIdentity identity,
Object[] parameters)
public void apply(io.quarkus.security.identity.SecurityIdentity identity,
Method method,
Object[] parameters)
apply in interface SecurityCheckCopyright © 2020 JBoss by Red Hat. All rights reserved.