Class JDAPAVA


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

      Fields 
      Modifier and Type Field Description
      protected java.lang.String m_type
      Internal variables
      protected java.lang.String m_val  
    • Constructor Summary

      Constructors 
      Constructor Description
      JDAPAVA​(java.lang.String type, java.lang.String val)
      Constructs the attribute value assertion.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BERElement getBERElement()
      Retrieves the ber representation.
      java.lang.String getParamString()
      Retrieves the string representation parameters.
      java.lang.String getType()
      Retrieves the AVA type.
      java.lang.String getValue()
      Retrieves the AVA value.
      java.lang.String toString()
      Retrieves the string representation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • m_type

        protected java.lang.String m_type
        Internal variables
      • m_val

        protected java.lang.String m_val
    • Constructor Detail

      • JDAPAVA

        public JDAPAVA​(java.lang.String type,
                       java.lang.String val)
        Constructs the attribute value assertion.
        Parameters:
        type - attribute type
        val - attribute value
    • Method Detail

      • getType

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

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

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

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

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