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
ConstructorsConstructorDescriptionEsupOtpAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext webflowEventResolutionConfigurationContext) -
Method Summary
Modifier and TypeMethodDescriptionSet<org.springframework.webflow.execution.Event> resolveInternal(org.springframework.webflow.execution.RequestContext requestContext) Methods inherited from class org.apereo.cas.web.flow.authentication.BaseMultifactorAuthenticationProviderEventResolver
resolveRegisteredServiceInRequestContextMethods inherited from class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
getAuthenticationFailureErrorEvent, getConfigurationContext, getCredentialFromContext, grantTicketGrantingTicketToAuthenticationResult, handleAuthenticationTransactionAndGrantTicketGrantingTicket, newEvent, newEvent, newEvent, resolve, resolveServiceFromAuthenticationRequest, resolveServiceFromAuthenticationRequest, resolveSingleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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