Class RemoteAuthenticationNonInteractiveCredentialsAction

java.lang.Object
org.springframework.webflow.action.AbstractAction
org.apereo.cas.web.flow.actions.BaseCasWebflowAction
org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
org.apereo.cas.web.flow.RemoteAuthenticationNonInteractiveCredentialsAction
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.webflow.execution.Action

public class RemoteAuthenticationNonInteractiveCredentialsAction extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
A webflow action that attempts to grab the remote address/cookie from the request, and construct a RemoteAuthenticationCredential object.
Since:
3.2.1
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoteAuthenticationNonInteractiveCredentialsAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.configuration.model.support.generic.RemoteAuthenticationProperties properties)
     
  • Method Summary

    Methods inherited from class org.springframework.webflow.action.AbstractAction

    afterPropertiesSet, execute, getEventFactorySupport

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RemoteAuthenticationNonInteractiveCredentialsAction

      public RemoteAuthenticationNonInteractiveCredentialsAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, org.apereo.cas.configuration.model.support.generic.RemoteAuthenticationProperties properties)