Package org.apereo.cas.web.flow
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
ConstructorsConstructorDescriptionRemoteAuthenticationNonInteractiveCredentialsAction(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
-
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)
-