Uses of Class
net.shibboleth.idp.authn.config.LDAPAuthenticationFactoryBean.ConnectionStrategyType
Package | Description |
---|---|
net.shibboleth.idp.authn.config |
Configuration touchpoints for authentication flows.
|
-
Uses of LDAPAuthenticationFactoryBean.ConnectionStrategyType in net.shibboleth.idp.authn.config
Fields in net.shibboleth.idp.authn.config declared as LDAPAuthenticationFactoryBean.ConnectionStrategyType Modifier and Type Field Description private LDAPAuthenticationFactoryBean.ConnectionStrategyType
LDAPAuthenticationFactoryBean. connectionStrategyType
Type of connection strategy to configure.Methods in net.shibboleth.idp.authn.config that return LDAPAuthenticationFactoryBean.ConnectionStrategyType Modifier and Type Method Description static LDAPAuthenticationFactoryBean.ConnectionStrategyType
LDAPAuthenticationFactoryBean.ConnectionStrategyType. fromLabel(String s)
static LDAPAuthenticationFactoryBean.ConnectionStrategyType
LDAPAuthenticationFactoryBean.ConnectionStrategyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LDAPAuthenticationFactoryBean.ConnectionStrategyType[]
LDAPAuthenticationFactoryBean.ConnectionStrategyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.