Package org.apereo.cas.ticket
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 TicketCatalogConfigurerThis isTicketCatalogConfigurer.- Since:
- 5.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidconfigureTicketCatalog(TicketCatalog plan, org.apereo.cas.configuration.CasConfigurationProperties casProperties)configure the plan.default java.lang.StringgetName()Gets name.
-
-
-
Method Detail
-
configureTicketCatalog
void configureTicketCatalog(TicketCatalog plan, org.apereo.cas.configuration.CasConfigurationProperties casProperties)
configure the plan.- Parameters:
plan- the plancasProperties- the cas properties
-
getName
default java.lang.String getName()
Gets name.- Returns:
- the name
-
-