Package netscape.ldap.client
Class JDAPAVA
java.lang.Object
netscape.ldap.client.JDAPAVA
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_type
Internal variables -
m_val
-
-
Constructor Details
-
JDAPAVA
Constructs the attribute value assertion.- Parameters:
type
- attribute typeval
- attribute value
-
-
Method Details
-
getType
Retrieves the AVA type.- Returns:
- AVA type
-
getValue
Retrieves the AVA value.- Returns:
- AVA value
-
getBERElement
Retrieves the ber representation.- Returns:
- ber representation
-
getParamString
Retrieves the string representation parameters.- Returns:
- string representation parameters
-
toString
Retrieves the string representation.
-