Interface InterruptInquirer

  • All Superinterfaces:
    org.springframework.core.Ordered
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface InterruptInquirer
    extends org.springframework.core.Ordered
    Since:
    5.2.0
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default java.lang.String getName()  
      default int getOrder()  
      InterruptResponse inquire​(org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.principal.Service service, org.apereo.cas.authentication.Credential credential, org.springframework.webflow.execution.RequestContext requestContext)
      Inquire interrupt response.
    • Method Detail

      • inquire

        InterruptResponse inquire​(org.apereo.cas.authentication.Authentication authentication,
                                  org.apereo.cas.services.RegisteredService registeredService,
                                  org.apereo.cas.authentication.principal.Service service,
                                  org.apereo.cas.authentication.Credential credential,
                                  org.springframework.webflow.execution.RequestContext requestContext)
        Inquire interrupt response.
        Parameters:
        authentication - the authentication
        registeredService - the registered service
        service - the service
        credential - the credential
        requestContext - the request context
        Returns:
        the interrupt response
      • getOrder

        default int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • getName

        default java.lang.String getName()