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

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

Uses of LdapDataConnector.SEARCH_SCOPE in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector
 

Methods in edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.dataConnector that return LdapDataConnector.SEARCH_SCOPE
 LdapDataConnector.SEARCH_SCOPE LdapDataConnector.getSearchScope()
          This returns the search scope used when searching the ldap.
static LdapDataConnector.SEARCH_SCOPE LdapDataConnector.SEARCH_SCOPE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LdapDataConnector.SEARCH_SCOPE[] LdapDataConnector.SEARCH_SCOPE.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.SEARCH_SCOPE
 void LdapDataConnector.setSearchScope(LdapDataConnector.SEARCH_SCOPE scope)
          This sets the search scope used when searching the ldap.
 

Uses of LdapDataConnector.SEARCH_SCOPE in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector
 

Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector that return LdapDataConnector.SEARCH_SCOPE
 LdapDataConnector.SEARCH_SCOPE LdapDataConnectorFactoryBean.getSearchScope()
          Gets the search scope of a query.
 

Methods in edu.internet2.middleware.shibboleth.common.config.attribute.resolver.dataConnector with parameters of type LdapDataConnector.SEARCH_SCOPE
 void LdapDataConnectorFactoryBean.setSearchScope(LdapDataConnector.SEARCH_SCOPE scope)
          Sets the search scope of a query.
 



Copyright © 2006-2008 Internet2. All Rights Reserved.