|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Structured
com.novell.ldap.asn1.ASN1Sequence
com.novell.ldap.rfc2251.RfcModifyRequest
public class RfcModifyRequest
Represents an LDAP Modify Request.
ModifyRequest ::= [APPLICATION 6] SEQUENCE { object LDAPDN, modification SEQUENCE OF SEQUENCE { operation ENUMERATED { add (0), delete (1), replace (2) }, modification AttributeTypeAndValues } }
Field Summary |
---|
Fields inherited from class com.novell.ldap.asn1.ASN1Sequence |
---|
TAG |
Constructor Summary | |
---|---|
RfcModifyRequest(ASN1Object[] origRequest,
java.lang.String base)
Constructs a new Modify Request copying from the ArrayList of an existing request. |
|
RfcModifyRequest(RfcLDAPDN object,
ASN1SequenceOf modification)
|
Method Summary | |
---|---|
RfcRequest |
dupRequest(java.lang.String base,
java.lang.String filter,
boolean request)
Builds a new request using the data from the this object. |
ASN1Identifier |
getIdentifier()
Override getIdentifier to return an application-wide id. |
ASN1SequenceOf |
getModifications()
Return the Modifications for this request |
java.lang.String |
getRequestDN()
Return the String value of the DN associated with this request |
Methods inherited from class com.novell.ldap.asn1.ASN1Sequence |
---|
toString |
Methods inherited from class com.novell.ldap.asn1.ASN1Structured |
---|
add, decodeStructured, encode, get, set, size, toArray, toString |
Methods inherited from class com.novell.ldap.asn1.ASN1Object |
---|
getEncoding, setIdentifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RfcModifyRequest(RfcLDAPDN object, ASN1SequenceOf modification)
RfcModifyRequest(ASN1Object[] origRequest, java.lang.String base) throws LDAPException
LDAPException
Method Detail |
---|
public final ASN1Identifier getIdentifier()
getIdentifier
in class ASN1Object
public final RfcRequest dupRequest(java.lang.String base, java.lang.String filter, boolean request) throws LDAPException
RfcRequest
dupRequest
in interface RfcRequest
LDAPException
public final java.lang.String getRequestDN()
getRequestDN
in interface RfcRequest
public final ASN1SequenceOf getModifications()
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |