Class EsupOtpAuthenticationWebflowEventResolver

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.esupportail.cas.adaptors.esupotp.web.flow.EsupOtpAuthenticationWebflowEventResolver
All Implemented Interfaces:
org.apereo.cas.util.NamedObject, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver

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

    Constructors
    Constructor
    Description
    EsupOtpAuthenticationWebflowEventResolver(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 requestContext)
     

    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, resolveSingle

    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.util.NamedObject

    getName
  • Constructor Details

    • EsupOtpAuthenticationWebflowEventResolver

      public EsupOtpAuthenticationWebflowEventResolver(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 requestContext) throws Throwable
      Throws:
      Throwable