Package org.apereo.cas.config
Class CasRestConfiguration.CasRestResponseFactoryPlanConfiguration
- java.lang.Object
-
- org.apereo.cas.config.CasRestConfiguration.CasRestResponseFactoryPlanConfiguration
-
- Enclosing class:
- CasRestConfiguration
@Configuration(value="CasRestResponseFactoryPlanConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class CasRestConfiguration.CasRestResponseFactoryPlanConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CasRestResponseFactoryPlanConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.rest.plan.ServiceTicketResourceEntityResponseFactoryConfigurerrestServiceTicketResourceEntityResponseFactoryConfigurer(org.apereo.cas.CentralAuthenticationService centralAuthenticationService)
-
-
-
Method Detail
-
restServiceTicketResourceEntityResponseFactoryConfigurer
@Bean @RefreshScope(proxyMode=DEFAULT) @ConditionalOnMissingBean(name="restServiceTicketResourceEntityResponseFactoryConfigurer") public org.apereo.cas.rest.plan.ServiceTicketResourceEntityResponseFactoryConfigurer restServiceTicketResourceEntityResponseFactoryConfigurer(@Qualifier("centralAuthenticationService") org.apereo.cas.CentralAuthenticationService centralAuthenticationService)
-
-