public class RolesAllowedCheck extends Object implements SecurityCheck
| Modifier and Type | Method and Description |
|---|---|
void |
apply(io.quarkus.security.identity.SecurityIdentity identity,
Method method,
Object[] parameters) |
static RolesAllowedCheck |
of(String[] allowedRoles) |
public static RolesAllowedCheck of(String[] allowedRoles)
public void apply(io.quarkus.security.identity.SecurityIdentity identity,
Method method,
Object[] parameters)
apply in interface SecurityCheckCopyright © 2021 JBoss by Red Hat. All rights reserved.