Uses of Class
org.ldaptive.asn1.AttributeValueAssertion.Value
-
Packages that use AttributeValueAssertion.Value Package Description org.ldaptive.asn1 -
-
Uses of AttributeValueAssertion.Value in org.ldaptive.asn1
Methods in org.ldaptive.asn1 that return AttributeValueAssertion.Value Modifier and Type Method Description AttributeValueAssertion.ValueRDN. getAttributeValue(java.lang.String oid)Deprecated.Returns a single attribute value for the supplied oid.AttributeValueAssertion.Value[]RDN. getAttributeValues(java.lang.String oid)Deprecated.Returns the attribute values for the supplied oid.AttributeValueAssertion.ValueAttributeValueAssertion. getValue()Deprecated.Returns the tag and value of the attribute.Constructors in org.ldaptive.asn1 with parameters of type AttributeValueAssertion.Value Constructor Description AttributeValueAssertion(java.lang.String oid, AttributeValueAssertion.Value value)Deprecated.Creates a new attribute value assertion.
-