Package org.apereo.cas.config
Class U2FWebflowConfiguration.U2FWebflowEndpointConfiguration
- java.lang.Object
-
- org.apereo.cas.config.U2FWebflowConfiguration.U2FWebflowEndpointConfiguration
-
- Enclosing class:
- U2FWebflowConfiguration
@Configuration(value="U2FWebflowEndpointConfiguration", proxyBeanMethods=false) @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public static class U2FWebflowConfiguration.U2FWebflowEndpointConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description U2FWebflowEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description U2FRegisteredDevicesEndpointu2fRegisteredDevicesEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository> u2fDeviceRepository)
-
-
-
Method Detail
-
u2fRegisteredDevicesEndpoint
@Bean @ConditionalOnAvailableEndpoint @RefreshScope(proxyMode=DEFAULT) public U2FRegisteredDevicesEndpoint u2fRegisteredDevicesEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, @Qualifier("u2fDeviceRepository") org.springframework.beans.factory.ObjectProvider<org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository> u2fDeviceRepository)
-
-