Class BaseDateTimeRegisteredServiceSingleSignOnParticipationPolicy

    • Field Summary

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

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract java.time.ZonedDateTime determineInitialDateTime​(org.apereo.cas.services.RegisteredService registeredService, org.apereo.cas.ticket.TicketState ticketState)
      Determine initial date time zoned date time.
      boolean shouldParticipateInSso​(org.apereo.cas.services.RegisteredService registeredService, 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

        getCreateCookieOnRenewedAuthentication, getOrder
    • Constructor Detail

      • BaseDateTimeRegisteredServiceSingleSignOnParticipationPolicy

        public BaseDateTimeRegisteredServiceSingleSignOnParticipationPolicy()
    • Method Detail

      • shouldParticipateInSso

        public boolean shouldParticipateInSso​(org.apereo.cas.services.RegisteredService registeredService,
                                              org.apereo.cas.ticket.TicketState ticketState)
        Specified by:
        shouldParticipateInSso in interface org.apereo.cas.services.RegisteredServiceSingleSignOnParticipationPolicy
        Overrides:
        shouldParticipateInSso in class DefaultRegisteredServiceSingleSignOnParticipationPolicy
      • determineInitialDateTime

        protected abstract java.time.ZonedDateTime determineInitialDateTime​(org.apereo.cas.services.RegisteredService registeredService,
                                                                            org.apereo.cas.ticket.TicketState ticketState)
        Determine initial date time zoned date time.
        Parameters:
        registeredService - the registered service
        ticketState - the ticket state
        Returns:
        the zoned date time