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