|
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.RfcAddRequest
Represents the LDAP Add Request.
AddRequest ::= [APPLICATION 8] SEQUENCE {
entry LDAPDN,
attributes AttributeList }
| Field Summary |
| Fields inherited from class com.novell.ldap.asn1.ASN1Sequence |
TAG |
| Fields inherited from class com.novell.ldap.asn1.ASN1Structured |
|
| Fields inherited from class com.novell.ldap.asn1.ASN1Object |
|
| Constructor Summary | |
(package private) |
RfcAddRequest(ASN1Object[] origRequest,
java.lang.String base)
Constructs a new Add Request using data from an existing request. |
|
RfcAddRequest(RfcLDAPDN entry,
RfcAttributeList attributes)
Constructs an RFCAddRequest |
| 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. |
RfcAttributeList |
getAttributes()
Gets the attributes of the entry |
ASN1Identifier |
getIdentifier()
Override getIdentifier to return an application-wide id. |
java.lang.String |
getRequestDN()
Builds a new request using the data from the this object. |
| 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 RfcAddRequest(RfcLDAPDN entry,
RfcAttributeList attributes)
entry - the entryattributes - the Attributes making up the Entry
RfcAddRequest(ASN1Object[] origRequest,
java.lang.String base)
throws LDAPException
origRequest - the original request database - if not null, replaces the dn of the original request| Method Detail |
public final RfcAttributeList getAttributes()
public final ASN1Identifier getIdentifier()
ID = CLASS: APPLICATION, FORM: CONSTRUCTED, TAG: 8. (0x68)
getIdentifier in class ASN1Object
public final RfcRequest dupRequest(java.lang.String base,
java.lang.String filter,
boolean request)
throws LDAPException
RfcRequest
dupRequest in interface RfcRequestLDAPExceptionpublic final java.lang.String getRequestDN()
RfcRequest
getRequestDN in interface RfcRequest
|
All LDAP Classes Internal LDAP Classes |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||