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
ConstructorsConstructorDescriptionU2FAuthenticationWebflowEventResolver(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 context) org.springframework.webflow.execution.EventresolveSingle(org.springframework.webflow.execution.RequestContext context) 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, resolveServiceFromAuthenticationRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
resolveSinglein interfaceorg.apereo.cas.web.flow.resolver.CasWebflowEventResolver- Overrides:
resolveSinglein classorg.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-