Class JDAPAVA

java.lang.Object
netscape.ldap.client.JDAPAVA

public class JDAPAVA extends Object
This class implements the attribute value assertion. This object is used with filters.
 AttributeValueAssertion ::= SEQUENCE {
   attributType AttributeType,
   attributValue AttributeValue
 }
 
Version:
1.0
  • Field Details

    • m_type

      protected String m_type
      Internal variables
    • m_val

      protected String m_val
  • Constructor Details

    • JDAPAVA

      public JDAPAVA(String type, String val)
      Constructs the attribute value assertion.
      Parameters:
      type - attribute type
      val - attribute value
  • Method Details

    • getType

      public String getType()
      Retrieves the AVA type.
      Returns:
      AVA type
    • getValue

      public String getValue()
      Retrieves the AVA value.
      Returns:
      AVA value
    • getBERElement

      public BERElement getBERElement()
      Retrieves the ber representation.
      Returns:
      ber representation
    • getParamString

      public String getParamString()
      Retrieves the string representation parameters.
      Returns:
      string representation parameters
    • toString

      public String toString()
      Retrieves the string representation.
      Overrides:
      toString in class Object
      Returns:
      string representation