Class NeverRegisteredServiceSingleSignOnParticipationPolicy

  • All Implemented Interfaces:
    java.io.Serializable, org.apereo.cas.services.RegisteredServiceSingleSignOnParticipationPolicy, org.springframework.core.Ordered

    public class NeverRegisteredServiceSingleSignOnParticipationPolicy
    extends java.lang.Object
    implements org.apereo.cas.services.RegisteredServiceSingleSignOnParticipationPolicy
    Since:
    6.1.0
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldParticipateInSso​(org.apereo.cas.ticket.TicketState ticketState)  
      • 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.services.RegisteredServiceSingleSignOnParticipationPolicy

        getOrder, isCreateCookieOnRenewedAuthentication
    • Constructor Detail

      • NeverRegisteredServiceSingleSignOnParticipationPolicy

        public NeverRegisteredServiceSingleSignOnParticipationPolicy()
    • Method Detail

      • shouldParticipateInSso

        public boolean shouldParticipateInSso​(org.apereo.cas.ticket.TicketState ticketState)
        Specified by:
        shouldParticipateInSso in interface org.apereo.cas.services.RegisteredServiceSingleSignOnParticipationPolicy