Package org.apereo.cas.web.flow
Class RiskAwareAuthenticationWebflowEventResolver
- java.lang.Object
-
- org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
-
- org.apereo.cas.web.flow.RiskAwareAuthenticationWebflowEventResolver
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.resolver.CasWebflowEventResolver
public class RiskAwareAuthenticationWebflowEventResolver extends org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description RiskAwareAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext context, AuthenticationRiskEvaluator authenticationRiskEvaluator, AuthenticationRiskMitigator authenticationRiskMitigator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Set<org.springframework.webflow.execution.Event>handlePossibleSuspiciousAttempt(javax.servlet.http.HttpServletRequest request, org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service)Handle possible suspicious attempt.java.util.Set<org.springframework.webflow.execution.Event>resolveInternal(org.springframework.webflow.execution.RequestContext context)-
Methods inherited from class org.apereo.cas.web.flow.resolver.impl.AbstractCasWebflowEventResolver
getAuthenticationFailureErrorEvent, getConfigurationContext, getCredentialFromContext, grantTicketGrantingTicketToAuthenticationResult, handleAuthenticationTransactionAndGrantTicketGrantingTicket, newEvent, newEvent, newEvent, resolve, resolveServiceFromAuthenticationRequest, resolveServiceFromAuthenticationRequest, resolveSingle
-
-
-
-
Constructor Detail
-
RiskAwareAuthenticationWebflowEventResolver
public RiskAwareAuthenticationWebflowEventResolver(org.apereo.cas.web.flow.resolver.impl.CasWebflowEventResolutionConfigurationContext context, AuthenticationRiskEvaluator authenticationRiskEvaluator, AuthenticationRiskMitigator authenticationRiskMitigator)
-
-
Method Detail
-
resolveInternal
public java.util.Set<org.springframework.webflow.execution.Event> resolveInternal(org.springframework.webflow.execution.RequestContext context)
-
handlePossibleSuspiciousAttempt
protected java.util.Set<org.springframework.webflow.execution.Event> handlePossibleSuspiciousAttempt(javax.servlet.http.HttpServletRequest request, org.apereo.cas.authentication.Authentication authentication, org.apereo.cas.services.RegisteredService service)Handle possible suspicious attempt.- Parameters:
request- the requestauthentication- the authenticationservice- the service- Returns:
- the set
-
-