public class OidcServerDiscoverySettingsFactory extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<OidcServerDiscoverySettings>
OidcServerDiscoverySettingsFactory
.Constructor and Description |
---|
OidcServerDiscoverySettingsFactory(CasConfigurationProperties casProperties) |
Modifier and Type | Method and Description |
---|---|
OidcServerDiscoverySettings |
getObject() |
java.lang.Class<?> |
getObjectType() |
boolean |
isSingleton() |
public OidcServerDiscoverySettingsFactory(CasConfigurationProperties casProperties)
public OidcServerDiscoverySettings getObject() throws java.lang.Exception
getObject
in interface org.springframework.beans.factory.FactoryBean<OidcServerDiscoverySettings>
java.lang.Exception
public java.lang.Class<?> getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean<OidcServerDiscoverySettings>
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean<OidcServerDiscoverySettings>