com.novell.ldap.rfc2251
Class RfcSearchResultReference
java.lang.Object
com.novell.ldap.asn1.ASN1Object
com.novell.ldap.asn1.ASN1Structured
com.novell.ldap.asn1.ASN1SequenceOf
com.novell.ldap.rfc2251.RfcSearchResultReference
- All Implemented Interfaces:
- java.io.Serializable
public class RfcSearchResultReference
- extends ASN1SequenceOf
Represents an LDAP Search Result Reference.
SearchResultReference ::= [APPLICATION 19] SEQUENCE OF LDAPURL
- See Also:
- Serialized Form
Constructor Summary |
RfcSearchResultReference(ASN1Decoder dec,
java.io.InputStream in,
int len)
The only time a client will create a SearchResultReference is when it is
decoding it from an InputStream |
RfcSearchResultReference(java.lang.String[] value)
Creates the Object from a array of ldap urls passed as string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RfcSearchResultReference
public RfcSearchResultReference(ASN1Decoder dec,
java.io.InputStream in,
int len)
throws java.io.IOException
- The only time a client will create a SearchResultReference is when it is
decoding it from an InputStream
- Throws:
java.io.IOException
RfcSearchResultReference
public RfcSearchResultReference(java.lang.String[] value)
throws java.net.MalformedURLException
- Creates the Object from a array of ldap urls passed as string.
- Parameters:
value
- array of urls with string Datatype.
- Throws:
java.net.MalformedURLException
- This exception is thrown if any of the
LDAPURL is not formed
getIdentifier
public final ASN1Identifier getIdentifier()
- Override getIdentifier to return an application-wide id.
- Overrides:
getIdentifier
in class ASN1Object
Copyright ? 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000