Class PasswordManagementSingleSignOnParticipationStrategy

  • All Implemented Interfaces:
    org.apereo.cas.web.flow.SingleSignOnParticipationStrategy, org.springframework.core.Ordered

    public class PasswordManagementSingleSignOnParticipationStrategy
    extends org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy
    Since:
    6.3.0
    • Field Summary

      • Fields inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy

        serviceSelectionStrategy, servicesManager, ticketRegistrySupport
      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
      • Fields inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy

        BEAN_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      PasswordManagementSingleSignOnParticipationStrategy​(org.apereo.cas.services.ServicesManager servicesManager, org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport, org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isParticipating​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)  
      boolean supports​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)  
      • Methods inherited from class org.apereo.cas.web.flow.BaseSingleSignOnParticipationStrategy

        getAuthenticationFrom, getRegisteredService, getTicketGrantingTicketId, getTicketState
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apereo.cas.web.flow.SingleSignOnParticipationStrategy

        getName, getOrder, isCreateCookieOnRenewedAuthentication
    • Constructor Detail

      • PasswordManagementSingleSignOnParticipationStrategy

        public PasswordManagementSingleSignOnParticipationStrategy​(org.apereo.cas.services.ServicesManager servicesManager,
                                                                   org.apereo.cas.ticket.registry.TicketRegistrySupport ticketRegistrySupport,
                                                                   org.apereo.cas.authentication.AuthenticationServiceSelectionPlan serviceSelectionStrategy)
    • Method Detail

      • isParticipating

        public boolean isParticipating​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)
      • supports

        public boolean supports​(org.apereo.cas.web.flow.SingleSignOnParticipationRequest ssoRequest)