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 Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionu2fRegisteredDevicesEndpoint(org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.beans.factory.ObjectProvider<org.apereo.cas.adaptors.u2f.storage.U2FDeviceRepository> u2fDeviceRepository)
-
Constructor Details
-
U2FWebflowEndpointConfiguration
public U2FWebflowEndpointConfiguration()
-
-
Method Details
-
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)
-