Class SamlIdPSingleSignOnParticipationStrategy
java.lang.Object
org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
org.apereo.cas.support.saml.web.idp.web.SamlIdPSingleSignOnParticipationStrategy
- All Implemented Interfaces:
org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
- Direct Known Subclasses:
SamlIdPConsentSingleSignOnParticipationStrategy
public class SamlIdPSingleSignOnParticipationStrategy
extends org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
- Since:
- 6.4.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
ConstructorsConstructorDescriptionSamlIdPSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy) -
Method Summary
Modifier and TypeMethodDescriptionbooleanisParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) protected Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider>resolveMultifactorAuthenticationTrigger(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) booleansupports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) Methods 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
-
SamlIdPSingleSignOnParticipationStrategy
public SamlIdPSingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.MultifactorAuthenticationContextValidator authenticationContextValidator, org.apereo.cas.authentication.MultifactorAuthenticationTriggerSelectionStrategy multifactorTriggerSelectionStrategy)
-
-
Method Details
-
isParticipating
public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) -
resolveMultifactorAuthenticationTrigger
protected Optional<org.apereo.cas.authentication.MultifactorAuthenticationProvider> resolveMultifactorAuthenticationTrigger(org.apereo.cas.authentication.principal.Service service, org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.authentication.Authentication authentication, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) -
supports
public boolean supports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
-