Class RolesAllowedCheck
- java.lang.Object
-
- io.quarkus.security.runtime.interceptor.check.RolesAllowedCheck
-
- All Implemented Interfaces:
SecurityCheck
public class RolesAllowedCheck extends Object implements SecurityCheck
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(io.quarkus.security.identity.SecurityIdentity identity, Method method, Object[] parameters)static RolesAllowedCheckof(String[] allowedRoles)
-
-
-
Method Detail
-
of
public static RolesAllowedCheck of(String[] allowedRoles)
-
apply
public void apply(io.quarkus.security.identity.SecurityIdentity identity, Method method, Object[] parameters)- Specified by:
applyin interfaceSecurityCheck
-
-