Class RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
java.lang.Object
org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
org.apereo.cas.web.flow.authentication.RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
- All Implemented Interfaces:
org.apereo.cas.util.NamedObject,org.apereo.cas.web.flow.SingleSignOnParticipationStrategy,org.springframework.core.Ordered
public class RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
extends BaseSingleSignOnParticipationStrategy
- Since:
- 6.2.0
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
BEAN_NAME -
Constructor Summary
ConstructorsConstructorDescriptionRegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.AuthenticationEventExecutionPlan executionPlan, org.springframework.context.ConfigurableApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()booleanisParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) booleansupports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apereo.cas.util.NamedObject
getNameMethods inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy
isCreateCookieOnRenewedAuthentication
-
Constructor Details
-
RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy
public RegisteredServiceAuthenticationPolicySingleSignOnParticipationStrategy(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy, org.apereo.cas.authentication.AuthenticationEventExecutionPlan executionPlan, org.springframework.context.ConfigurableApplicationContext applicationContext)
-
-
Method Details
-
isParticipating
public boolean isParticipating(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) -
supports
public boolean supports(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest) -
getOrder
public int getOrder()
-