Uses of Class
org.apache.directory.api.asn1.util.Oid
-
-
Uses of Oid in org.apache.directory.api.asn1.ber.tlv
Methods in org.apache.directory.api.asn1.ber.tlv with parameters of type Oid Modifier and Type Method Description static voidBerValue. encode(ByteBuffer buffer, Oid oid)Encode an OID value -
Uses of Oid in org.apache.directory.api.asn1.util
Methods in org.apache.directory.api.asn1.util that return Oid Modifier and Type Method Description static OidOid. fromBytes(byte[] oidBytes)Decodes an OID from abyte[].static OidOid. fromString(String oidString)Returns an OID object representingoidString. -
Uses of Oid in org.apache.directory.api.dsmlv2.request
Methods in org.apache.directory.api.dsmlv2.request with parameters of type Oid Modifier and Type Method Description voidExtendedRequestDsml. setRequestName(Oid requestName)Set the extended request name -
Uses of Oid in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response with parameters of type Oid Modifier and Type Method Description voidExtendedResponseDsml. setResponseName(Oid responseName)Set the extended response name -
Uses of Oid in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api with parameters of type Oid Modifier and Type Method Description ExtendedResponseLdapConnection. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapConnection. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapConnectionWrapper. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapConnectionWrapper. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseLdapNetworkConnection. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseLdapNetworkConnection. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.ExtendedResponseMonitoringLdapConnection. extended(Oid oid)Sends a extended operation request to the server with the given OID and no value.ExtendedResponseMonitoringLdapConnection. extended(Oid oid, byte[] value)Sends a extended operation request to the server with the given OID and value.
-