|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LdapDataConnector.AUTHENTICATION_TYPE in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector |
---|
Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector that return LdapDataConnector.AUTHENTICATION_TYPE | |
---|---|
static LdapDataConnector.AUTHENTICATION_TYPE |
LdapDataConnector.AUTHENTICATION_TYPE.getAuthenticationTypeByName(String s)
Returns the corresponding AUTHENTICATION_TYPE for the supplied auth type name. |
static LdapDataConnector.AUTHENTICATION_TYPE |
LdapDataConnector.AUTHENTICATION_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LdapDataConnector.AUTHENTICATION_TYPE[] |
LdapDataConnector.AUTHENTICATION_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of LdapDataConnector.AUTHENTICATION_TYPE in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector |
---|
Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector that return LdapDataConnector.AUTHENTICATION_TYPE | |
---|---|
LdapDataConnector.AUTHENTICATION_TYPE |
LdapDataConnectorFactoryBean.getAuthenticationType()
Gets the authentication type used when connecting to the directory. |
Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector with parameters of type LdapDataConnector.AUTHENTICATION_TYPE | |
---|---|
void |
LdapDataConnectorFactoryBean.setAuthenticationType(LdapDataConnector.AUTHENTICATION_TYPE type)
Sets the authentication type used when connecting to the directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |