Uses of Class
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector.LdapDataConnector.AUTHENTICATION_TYPE

Packages that use LdapDataConnector.AUTHENTICATION_TYPE
edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector   
edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector   
 

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
 LdapDataConnector.AUTHENTICATION_TYPE LdapDataConnector.getAuthenticationType()
          This returns the authentication type used when binding to the ldap.
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're declared.
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector with parameters of type LdapDataConnector.AUTHENTICATION_TYPE
 void LdapDataConnector.setAuthenticationType(LdapDataConnector.AUTHENTICATION_TYPE type)
          This sets the authentication type used when binding to the ldap.
 

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.
 



Copyright © 2006-2008 Internet2. All Rights Reserved.