Class AnyDelegatingSecurityCheck

java.lang.Object
io.quarkus.spring.security.runtime.interceptor.check.AnyDelegatingSecurityCheck
All Implemented Interfaces:
io.quarkus.security.spi.runtime.SecurityCheck

public class AnyDelegatingSecurityCheck extends Object implements io.quarkus.security.spi.runtime.SecurityCheck
A SecurityCheck where if any of the delegates passes the security check then the delegate passes as well
  • Constructor Summary

    Constructors
    Constructor
    Description
    AnyDelegatingSecurityCheck(List<io.quarkus.security.spi.runtime.SecurityCheck> securityChecks)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(io.quarkus.security.identity.SecurityIdentity identity, io.quarkus.security.spi.runtime.MethodDescription methodDescription, Object[] parameters)
     
    void
    apply(io.quarkus.security.identity.SecurityIdentity identity, Method method, Object[] parameters)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.quarkus.security.spi.runtime.SecurityCheck

    isPermitAll, nonBlockingApply, nonBlockingApply, requiresMethodArguments
  • Constructor Details

    • AnyDelegatingSecurityCheck

      public AnyDelegatingSecurityCheck(List<io.quarkus.security.spi.runtime.SecurityCheck> securityChecks)
  • Method Details

    • apply

      public void apply(io.quarkus.security.identity.SecurityIdentity identity, Method method, Object[] parameters)
      Specified by:
      apply in interface io.quarkus.security.spi.runtime.SecurityCheck
    • apply

      public void apply(io.quarkus.security.identity.SecurityIdentity identity, io.quarkus.security.spi.runtime.MethodDescription methodDescription, Object[] parameters)
      Specified by:
      apply in interface io.quarkus.security.spi.runtime.SecurityCheck