Interface SecurityCheck
-
- All Known Implementing Classes:
AuthenticatedCheck,DenyAllCheck,PermitAllCheck,RolesAllowedCheck,SupplierRolesAllowedCheck
public interface SecurityCheck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(io.quarkus.security.identity.SecurityIdentity identity, Method method, Object[] parameters)
-