Class U2FAuthenticationWebflowEventResolver

java.lang.Object
org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
org.apereo.cas.web.flow.resolver.impl.AbstractCasMultifactorAuthenticationWebflowEventResolver
org.apereo.cas.web.flow.authentication.BaseMultifactorAuthenticationProviderEventResolver
org.apereo.cas.adaptors.u2f.web.flow.U2FAuthenticationWebflowEventResolver
All Implemented Interfaces:
org.apereo.cas.web.flow.resolver.CasWebflowEventResolver

public class U2FAuthenticationWebflowEventResolver extends org.apereo.cas.web.flow.authentication.BaseMultifactorAuthenticationProviderEventResolver
Since:
5.1.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    U2FAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext webflowEventResolutionConfigurationContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<org.springframework.webflow.execution.Event>
    resolveInternal(org.springframework.webflow.execution.RequestContext context)
     
    org.springframework.webflow.execution.Event
    resolveSingle(org.springframework.webflow.execution.RequestContext context)
     

    Methods inherited from class org.apereo.cas.web.flow.authentication.BaseMultifactorAuthenticationProviderEventResolver

    resolveRegisteredServiceInRequestContext

    Methods inherited from class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver

    getAuthenticationFailureErrorEvent, getConfigurationContext, getCredentialFromContext, grantTicketGrantingTicketToAuthenticationResult, handleAuthenticationTransactionAndGrantTicketGrantingTicket, newEvent, newEvent, newEvent, resolve, resolveServiceFromAuthenticationRequest, resolveServiceFromAuthenticationRequest

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver

    getName
  • Constructor Details

    • U2FAuthenticationWebflowEventResolver

      public U2FAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext webflowEventResolutionConfigurationContext)
  • Method Details

    • resolveInternal

      public Set<org.springframework.webflow.execution.Event> resolveInternal(org.springframework.webflow.execution.RequestContext context)
    • resolveSingle

      public org.springframework.webflow.execution.Event resolveSingle(org.springframework.webflow.execution.RequestContext context)
      Specified by:
      resolveSingle in interface org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
      Overrides:
      resolveSingle in class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver