Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Uses of Class
com.octetstring.ldapv3.AttributeValueAssertion

Packages that use AttributeValueAssertion
com.octetstring.ldapv3   

 

Uses of AttributeValueAssertion in com.octetstring.ldapv3

 

Methods in com.octetstring.ldapv3 that return AttributeValueAssertion
 AttributeValueAssertion Filter.getApproxMatch()
          Gets the value of the approxMatch variant.
 AttributeValueAssertion Filter.getEqualityMatch()
          Gets the value of the equalityMatch variant.
 AttributeValueAssertion Filter.getGreaterOrEqual()
          Gets the value of the greaterOrEqual variant.
 AttributeValueAssertion Filter.getLessOrEqual()
          Gets the value of the lessOrEqual variant.

 

Methods in com.octetstring.ldapv3 with parameters of type AttributeValueAssertion
 void Filter.setApproxMatch(AttributeValueAssertion val)
          Sets the value for the approxMatch variant.
 void Filter.setEqualityMatch(AttributeValueAssertion val)
          Sets the value for the equalityMatch variant.
 void Filter.setGreaterOrEqual(AttributeValueAssertion val)
          Sets the value for the greaterOrEqual variant.
 void Filter.setLessOrEqual(AttributeValueAssertion val)
          Sets the value for the lessOrEqual variant.

 

Constructors in com.octetstring.ldapv3 with parameters of type AttributeValueAssertion
AttributeValueAssertion(AttributeValueAssertion value)
          Copy constructor.

 


Skip navigation links

Oracle Virtual Directory Java API Reference
11g Release 1 (11.1.1)

E56472-01


Copyright © 2000-2015 Oracle and/or its affiliates. All Rights Reserved.