Class OpenIdSingleSignOnAction
- 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.support.openid.web.flow.OpenIdSingleSignOnAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
@Deprecated(since="6.2.0") public class OpenIdSingleSignOnAction extends org.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsActionDeprecated.6.2Attempts to utilize an existing single sign on session, but only if the Principal of the existing session matches the new Principal. Note that care should be taken when using credentials that are automatically provided and not entered by the user.- Since:
- 3.1
-
-
Constructor Summary
Constructors Constructor Description OpenIdSingleSignOnAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, OpenIdUserNameExtractor extractor, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected org.apereo.cas.authentication.CredentialconstructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)Deprecated.-
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
-
OpenIdSingleSignOnAction
public OpenIdSingleSignOnAction(org.apereo.cas.web.flow.resolver.CasDelegatingWebflowEventResolver initialAuthenticationAttemptWebflowEventResolver, org.apereo.cas.web.flow.resolver.CasWebflowEventResolver serviceTicketRequestWebflowEventResolver, org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy adaptiveAuthenticationPolicy, OpenIdUserNameExtractor extractor, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport)Deprecated.
-
-
Method Detail
-
constructCredentialsFromRequest
protected org.apereo.cas.authentication.Credential constructCredentialsFromRequest(org.springframework.webflow.execution.RequestContext context)
Deprecated.- Specified by:
constructCredentialsFromRequestin classorg.apereo.cas.web.flow.actions.AbstractNonInteractiveCredentialsAction
-
-