Class RemoteAddressNonInteractiveCredentialsAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
-
- org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-
- org.apereo.cas.adaptors.generic.remote.RemoteAddressNonInteractiveCredentialsAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class RemoteAddressNonInteractiveCredentialsAction extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsActionA webflow action that attempts to grab the remote address from the request, and construct aRemoteAddressCredentialobject.- Since:
- 3.2.1
-
-
Constructor Summary
Constructors Constructor Description RemoteAddressNonInteractiveCredentialsAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apereo.cas.authentication.CredentialconstructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)-
Methods inherited from class org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
doPreExecute, onError
-
Methods inherited from class org.apereo.cas.web.flow.actions.AbstractAuthenticationAction
doExecute, onSuccess, onWarn
-
-
-
-
Constructor Detail
-
RemoteAddressNonInteractiveCredentialsAction
public RemoteAddressNonInteractiveCredentialsAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy)
-
-
Method Detail
-
constructCredentialsFromRequest
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
- Specified by:
constructCredentialsFromRequestin classorg.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-
-