Uses of Class
org.apache.directory.shared.ldap.codec.util.LdapString

Packages that use LdapString
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.codec.add   
org.apache.directory.shared.ldap.codec.bind   
org.apache.directory.shared.ldap.codec.compare   
org.apache.directory.shared.ldap.codec.modify   
org.apache.directory.shared.ldap.codec.search   
org.apache.directory.shared.ldap.codec.search.controls   
org.apache.directory.shared.ldap.codec.util   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.name   
 

Uses of LdapString in org.apache.directory.shared.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec with parameters of type LdapString
 void AttributeValueAssertion.setAttributeDesc(LdapString attributeDesc)
          Set the attribute description
 void Control.setControlType(LdapString controlType)
          Set the control type
 void LdapResult.setErrorMessage(LdapString errorMessage)
          Set the error message
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.add
 

Methods in org.apache.directory.shared.ldap.codec.add with parameters of type LdapString
 void AddRequest.addAttributeType(LdapString type)
          Create a new attributeValue
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.bind
 

Methods in org.apache.directory.shared.ldap.codec.bind with parameters of type LdapString
 void SaslCredentials.setMechanism(LdapString mechanism)
          Set the mechanism
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.compare
 

Methods in org.apache.directory.shared.ldap.codec.compare with parameters of type LdapString
 void CompareRequest.setAttributeDesc(LdapString attributeDesc)
          Set the attribute description
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.modify
 

Methods in org.apache.directory.shared.ldap.codec.modify with parameters of type LdapString
 void ModifyRequest.addAttributeTypeAndValues(LdapString type)
          Add a new attributeTypeAndValue
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.search
 

Methods in org.apache.directory.shared.ldap.codec.search that return LdapString
 LdapString SubstringFilter.getFinalSubstrings()
          Get the final substring
 LdapString SubstringFilter.getInitialSubstrings()
          Get the initial substring
 LdapString SubstringFilter.getType()
          Get the attribute
 LdapString ExtensibleMatchFilter.getMatchingRule()
          Get the matchingRule
 LdapString ExtensibleMatchFilter.getType()
          Get the type
 LdapString PresentFilter.getAttributeDescription()
          Get the attribute
 

Methods in org.apache.directory.shared.ldap.codec.search with parameters of type LdapString
 void SubstringFilter.addAnySubstrings(LdapString anySubstrings)
          Add a internal substring
 void SubstringFilter.setFinalSubstrings(LdapString finalSubstrings)
          Set the final substring
 void SubstringFilter.setInitialSubstrings(LdapString initialSubstrings)
          Set the initial substring
 void SubstringFilter.setType(LdapString type)
          Set the attribute to match
 void ExtensibleMatchFilter.setMatchingRule(LdapString matchingRule)
          Set the matchingRule
 void ExtensibleMatchFilter.setType(LdapString type)
          Set the type
 void SearchRequest.addAttribute(LdapString attribute)
          Add an attribute to the attributes list.
 void SearchResultEntry.addAttributeValues(LdapString type)
          Create a new attributeValue
 void PresentFilter.setAttributeDescription(LdapString attributeDescription)
          Set the attributeDescription
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.search.controls
 

Methods in org.apache.directory.shared.ldap.codec.search.controls with parameters of type LdapString
 void EntryChangeControl.setPreviousDn(LdapString previousDn)
           
 

Uses of LdapString in org.apache.directory.shared.ldap.codec.util
 

Subclasses of LdapString in org.apache.directory.shared.ldap.codec.util
 class LdapURL
          Decodes a LdapUrl, and checks that it complies with the RFC 2255.
 

Fields in org.apache.directory.shared.ldap.codec.util declared as LdapString
static LdapString LdapString.EMPTY_STRING
          A null LdapString
 

Uses of LdapString in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message with parameters of type LdapString
 void EntryChangeControl.setPreviousDn(LdapString previousDn)
           
 

Uses of LdapString in org.apache.directory.shared.ldap.name
 

Methods in org.apache.directory.shared.ldap.name that return LdapString
static LdapString LdapDN.normalizeAttribute(byte[] data)
          Substitute OIDs and aliases for the simplest alias
 



Copyright © 2003-2006 . All Rights Reserved.