Uses of Class
org.ldaptive.asn1.AttributeValueAssertion

Packages that use AttributeValueAssertion
org.ldaptive.asn1   
 

Uses of AttributeValueAssertion in org.ldaptive.asn1
 

Methods in org.ldaptive.asn1 that return AttributeValueAssertion
static AttributeValueAssertion[] AttributeValueAssertion.decode(ByteBuffer encoded)
          Converts bytes in the buffer to attribute value assertions by reading from the current position to the limit.
 AttributeValueAssertion[] RDN.getAttributeValueAssertions()
          Returns the attribute value assertions in this RDN.
 

Constructors in org.ldaptive.asn1 with parameters of type AttributeValueAssertion
RDN(AttributeValueAssertion... assertions)
          Creates a new RDN.
 

Constructor parameters in org.ldaptive.asn1 with type arguments of type AttributeValueAssertion
RDN(Collection<AttributeValueAssertion> assertions)
          Creates a new RDN.
 



Copyright © 2003-2015 Virginia Tech. All Rights Reserved.