Class SamlIdPConsentSingleSignOnParticipationStrategy
java.lang.Object
org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
org.apereo.cas.support.saml.web.idp.web.SamlIdPSingleSignOnParticipationStrategy
org.apereo.cas.support.saml.web.consent.SamlIdPConsentSingleSignOnParticipationStrategy
- All Implemented Interfaces:
org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
public class SamlIdPConsentSingleSignOnParticipationStrategy
extends SamlIdPSingleSignOnParticipationStrategy
- Since:
- 6.5.0
-
Field Summary
Fields inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
serviceSelectionStrategy, servicesManager, ticketRegistrySupportFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
BEAN_NAME -
Constructor Summary
ConstructorsConstructorDescriptionSamlIdPConsentSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy triggerSelectionStrategy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) Methods inherited from class org.apereo.cas.support.saml.web.idp.web.SamlIdPSingleSignOnParticipationStrategy
resolveMultifactorAuthenticationTrigger, supportsMethods inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
getAuthenticationFrom, getRegisteredService, getTicketGrantingTicketId, getTicketStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
getName, getOrder, isCreateCookieOnRenewedAuthentication
-
Constructor Details
-
SamlIdPConsentSingleSignOnParticipationStrategy
public SamlIdPConsentSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.consent.ConsentActivationStrategy consentActivationStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy triggerSelectionStrategy)
-
-
Method Details
-
isParticipating
public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) - Specified by:
isParticipatingin interfaceorg.apereo.cas.web.flow.SingleSignOnParticipationStrategy- Overrides:
isParticipatingin classSamlIdPSingleSignOnParticipationStrategy
-