Uses of Class
netscape.ldap.ber.stream.BERElement
Packages that use BERElement
Package
Description
-
Uses of BERElement in netscape.ldap
Methods in netscape.ldap that return BERElementModifier and TypeMethodDescriptionLDAPAttribute.getBERElement()Retrieves the BER (Basic Encoding Rules) representation of an attribute.(package private) BERElementLDAPControl.getBERElement()Gets the ber representation of control.LDAPModification.getBERElement()Retrieves the BER (Basic Encoding Rules) representation of the current modification.Methods in netscape.ldap with parameters of type BERElementModifier and TypeMethodDescription(package private) static LDAPControlLDAPControl.parseControl(BERElement el) Returns aLDAPControlobject instantiated by the Class associated byLDAPControl.registerto the oid.(package private) static LDAPMessageLDAPMessage.parseMessage(BERElement element) Creates a ldap message from a BERElement.Constructors in netscape.ldap with parameters of type BERElementModifierConstructorDescriptionLDAPAttribute(BERElement element) Constructs an attribute from a BER (Basic Encoding Rules) element. -
Uses of BERElement in netscape.ldap.ber.stream
Subclasses of BERElement in netscape.ldap.ber.streamModifier and TypeClassDescriptionclassThis class is for the "any" object that is unknown to the BER package but conforms to BER rules.classThis class is for the BitString object.classThis class is for the Boolean object.classThis is an abstract base class for character string types.classThis class is for the Choice object.classThis abstract class serves as a based class for constructed types such as sequence or set.classThis class is for the Enumerated object.classThis class is for the Integer object.classThis is the base class for integral types such as Integer and Enumerated.classThis class is for the NULL type.classThis class is for the NumericString type.classThis class is for the Object ID object.classThis class is for the OctetString type.classThis class is for the PrintableString type.classThis class is for the Real object.classThis class is for the Sequence object.classThis class is for the Set object.classThis class is for the tagged object type.classThis class is for the UTCTime object.classThis class is for the VisibleString object.Fields in netscape.ldap.ber.stream declared as BERElementModifier and TypeFieldDescriptionprivate BERElementBERTag.m_elementValue of elementprivate BERElementBERAny.m_valueInternal variablesprivate BERElementBERChoice.m_valueInternal variablesFields in netscape.ldap.ber.stream with type parameters of type BERElementModifier and TypeFieldDescriptionprivate Vector<BERElement>BERConstruct.m_elementsList of BER elements in the construct.Methods in netscape.ldap.ber.stream that return BERElementModifier and TypeMethodDescriptionBERConstruct.elementAt(int index) Gets ber element at specific position.static BERElementBERElement.getElement(BERTagDecoder decoder, InputStream stream, int[] bytes_read) Gets a ber element from the input stream.abstract BERElementBERTagDecoder.getElement(BERTagDecoder decoder, int tag, InputStream stream, int[] bytes_read, boolean[] implicit) Gets an application specific ber element from an input stream.BERChoice.getValue()Gets the value of the chosen type.BERTag.getValue()Gets the element from the tagged object.Methods in netscape.ldap.ber.stream with parameters of type BERElementModifier and TypeMethodDescriptionvoidBERConstruct.addElement(BERElement element) Adds an element to the list.Constructors in netscape.ldap.ber.stream with parameters of type BERElementModifierConstructorDescriptionBERAny(BERElement value) Constructs an "any" element.BERChoice(BERElement value) Constructs a choice element.BERTag(int tag, BERElement element, boolean implicit) Constructs a tag element. -
Uses of BERElement in netscape.ldap.client
Methods in netscape.ldap.client that return BERElementModifier and TypeMethodDescriptionJDAPAVA.getBERElement()Retrieves the ber representation.abstract BERElementJDAPFilter.getBERElement()Gets the ber representation of filter.JDAPFilterAVA.getBERElement()Gets the ber representation of the filter.JDAPFilterExtensible.getBERElement()Gets ber representation of the filter.JDAPFilterNot.getBERElement()Gets ber representation of the filter.JDAPFilterPresent.getBERElement()Gets ber representation of the filter.JDAPFilterSet.getBERElement()Gets the ber representation of the filter.JDAPFilterSubString.getBERElement()Gets ber representation of the filter.JDAPBERTagDecoder.getElement(BERTagDecoder decoder, int tag, InputStream stream, int[] bytes_read, boolean[] implicit) Gets an application specific ber element from the stream. -
Uses of BERElement in netscape.ldap.client.opers
Fields in netscape.ldap.client.opers declared as BERElementModifier and TypeFieldDescriptionprotected BERElementJDAPResult.m_elementPrivate variableprotected BERElementJDAPSearchResponse.m_elementprotected BERElementJDAPSearchResultReference.m_elementMethods in netscape.ldap.client.opers that return BERElementModifier and TypeMethodDescriptionJDAPAbandonRequest.getBERElement()Gets the ber representation of abandon request.JDAPAddRequest.getBERElement()Gets the ber representation of add request.JDAPBindRequest.getBERElement()Retrieves the ber representation of the request.JDAPCompareRequest.getBERElement()Retrieves the ber representation of the request.JDAPDeleteRequest.getBERElement()Gets the ber representation of the delete request.JDAPExtendedRequest.getBERElement()Gets the ber representation of extended request.JDAPModifyRDNRequest.getBERElement()Gets the ber representation of the request.JDAPModifyRequest.getBERElement()Gets the ber representation of modify request.JDAPProtocolOp.getBERElement()Retrieves the ber representation of the operation.JDAPResult.getBERElement()Retrieves the ber representation of the result.JDAPSearchRequest.getBERElement()Gets the ber representation of search request.JDAPSearchResponse.getBERElement()Retrieves ber representation of the result.JDAPSearchResultReference.getBERElement()Retrieves the BER representation of this object.JDAPUnbindRequest.getBERElement()Gets the ber representation of the unbind rquest.Constructors in netscape.ldap.client.opers with parameters of type BERElementModifierConstructorDescriptionJDAPAddResponse(BERElement element) Constructs add response.JDAPBindResponse(BERElement element) Constructs bind response.JDAPCompareResponse(BERElement element) Constructs compare response.JDAPDeleteResponse(BERElement element) Constructs delete response.JDAPExtendedResponse(BERElement element) Constructs extended response.JDAPModifyRDNResponse(BERElement element) Constructs modifyRDN response.JDAPModifyResponse(BERElement element) Constructs modify response.JDAPResult(BERElement element) Constructs ldap result.JDAPSearchResponse(BERElement element) Constructs search response.JDAPSearchResult(BERElement element) Constructs search result.JDAPSearchResultReference(BERElement element) Constructs extended response.