public class AllDelegatingSecurityCheck extends Object implements SecurityCheck
SecurityCheck where all delegates must pass| Constructor and Description |
|---|
AllDelegatingSecurityCheck(List<SecurityCheck> securityChecks) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(io.quarkus.security.identity.SecurityIdentity identity,
Method method,
Object[] parameters) |
public AllDelegatingSecurityCheck(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.