Package | Description |
---|---|
netscape.ldap | |
netscape.ldap.ber.stream | |
netscape.ldap.client | |
netscape.ldap.client.opers |
Modifier and Type | Method and Description |
---|---|
BERElement |
LDAPAttribute.getBERElement()
Retrieves the BER (Basic Encoding Rules) representation of an attribute.
|
BERElement |
LDAPModification.getBERElement()
Retrieves the BER (Basic Encoding Rules) representation
of the current modification.
|
Constructor and Description |
---|
LDAPAttribute(BERElement element)
Constructs an attribute from a BER (Basic Encoding Rules) element.
|
Modifier and Type | Class and Description |
---|---|
class |
BERAny
This class is for the "any" object that is unknown to the
BER package but conforms to BER rules.
|
class |
BERBitString
This class is for the BitString object.
|
class |
BERBoolean
This class is for the Boolean object.
|
class |
BERCharacterString
This is an abstract base class for character string types.
|
class |
BERChoice
This class is for the Choice object.
|
class |
BERConstruct
This abstract class serves as a based class for constructed
types such as sequence or set.
|
class |
BEREnumerated
This class is for the Enumerated object.
|
class |
BERInteger
This class is for the Integer object.
|
class |
BERIntegral
This is the base class for integral types such as Integer and
Enumerated.
|
class |
BERNull
This class is for the NULL type.
|
class |
BERNumericString
This class is for the NumericString type.
|
class |
BERObjectId
This class is for the Object ID object.
|
class |
BEROctetString
This class is for the OctetString type.
|
class |
BERPrintableString
This class is for the PrintableString type.
|
class |
BERReal
This class is for the Real object.
|
class |
BERSequence
This class is for the Sequence object.
|
class |
BERSet
This class is for the Set object.
|
class |
BERTag
This class is for the tagged object type.
|
class |
BERUTCTime
This class is for the UTCTime object.
|
class |
BERVisibleString
This class is for the VisibleString object.
|
Modifier and Type | Method and Description |
---|---|
BERElement |
BERConstruct.elementAt(int index)
Gets ber element at specific position.
|
static BERElement |
BERElement.getElement(BERTagDecoder decoder,
java.io.InputStream stream,
int[] bytes_read)
Gets a ber element from the input stream.
|
abstract BERElement |
BERTagDecoder.getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from an input stream.
|
BERElement |
BERTag.getValue()
Gets the element from the tagged object.
|
BERElement |
BERChoice.getValue()
Gets the value of the chosen type.
|
Modifier and Type | Method and Description |
---|---|
void |
BERConstruct.addElement(BERElement element)
Adds an element to the list.
|
Constructor and Description |
---|
BERAny(BERElement value)
Constructs an "any" element.
|
BERChoice(BERElement value)
Constructs a choice element.
|
BERTag(int tag,
BERElement element,
boolean implicit)
Constructs a tag element.
|
Modifier and Type | Method and Description |
---|---|
BERElement |
JDAPFilterSubString.getBERElement()
Gets ber representation of the filter.
|
BERElement |
JDAPAVA.getBERElement()
Retrieves the ber representation.
|
BERElement |
JDAPFilterAVA.getBERElement()
Gets the ber representation of the filter.
|
BERElement |
JDAPFilterPresent.getBERElement()
Gets ber representation of the filter.
|
BERElement |
JDAPFilterSet.getBERElement()
Gets the ber representation of the filter.
|
BERElement |
JDAPFilterExtensible.getBERElement()
Gets ber representation of the filter.
|
BERElement |
JDAPFilterNot.getBERElement()
Gets ber representation of the filter.
|
abstract BERElement |
JDAPFilter.getBERElement()
Gets the ber representation of filter.
|
BERElement |
JDAPBERTagDecoder.getElement(BERTagDecoder decoder,
int tag,
java.io.InputStream stream,
int[] bytes_read,
boolean[] implicit)
Gets an application specific ber element from the stream.
|
Modifier and Type | Field and Description |
---|---|
protected BERElement |
JDAPSearchResponse.m_element |
protected BERElement |
JDAPResult.m_element
Private variable
|
protected BERElement |
JDAPSearchResultReference.m_element |
Modifier and Type | Method and Description |
---|---|
BERElement |
JDAPAbandonRequest.getBERElement()
Gets the ber representation of abandon request.
|
BERElement |
JDAPSearchResponse.getBERElement()
Retrieves ber representation of the result.
|
BERElement |
JDAPModifyRDNRequest.getBERElement()
Gets the ber representation of the request.
|
BERElement |
JDAPCompareRequest.getBERElement()
Retrieves the ber representation of the request.
|
BERElement |
JDAPProtocolOp.getBERElement()
Retrieves the ber representation of the operation.
|
BERElement |
JDAPSearchRequest.getBERElement()
Gets the ber representation of search request.
|
BERElement |
JDAPAddRequest.getBERElement()
Gets the ber representation of add request.
|
BERElement |
JDAPModifyRequest.getBERElement()
Gets the ber representation of modify request.
|
BERElement |
JDAPDeleteRequest.getBERElement()
Gets the ber representation of the delete request.
|
BERElement |
JDAPResult.getBERElement()
Retrieves the ber representation of the result.
|
BERElement |
JDAPBindRequest.getBERElement()
Retrieves the ber representation of the request.
|
BERElement |
JDAPExtendedRequest.getBERElement()
Gets the ber representation of extended request.
|
BERElement |
JDAPSearchResultReference.getBERElement()
Retrieves the BER representation of this object.
|
BERElement |
JDAPUnbindRequest.getBERElement()
Gets the ber representation of the unbind rquest.
|
Constructor and Description |
---|
JDAPAddResponse(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.
|