public class AnyDelegatingSecurityCheck extends Object implements SecurityCheck
SecurityCheck where if any of the delegates passes the security check then
the delegate passes as well| Constructor and Description |
|---|
AnyDelegatingSecurityCheck(List<SecurityCheck> securityChecks) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(io.quarkus.security.identity.SecurityIdentity identity,
Method method,
Object[] parameters) |
public AnyDelegatingSecurityCheck(List<SecurityCheck> securityChecks)
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.