Interface TicketCatalogConfigurer

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface TicketCatalogConfigurer
    Since:
    5.1.0
    • Method Detail

      • configureTicketCatalog

        void configureTicketCatalog​(TicketCatalog plan,
                                    org.apereo.cas.configuration.CasConfigurationProperties casProperties)
        configure the plan.
        Parameters:
        plan - the plan
        casProperties - the cas properties
      • getName

        default java.lang.String getName()
        Gets name.
        Returns:
        the name