|
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.ASN1Choice
com.novell.ldap.rfc2251.RfcAuthenticationChoice
public class RfcAuthenticationChoice
Represents an LDAP Authentication Choice.
AuthenticationChoice ::= CHOICE {
simple [0] OCTET STRING,
-- 1 and 2 reserved
sasl [3] SaslCredentials }
| Constructor Summary | |
|---|---|
RfcAuthenticationChoice(ASN1Tagged choice)
|
|
RfcAuthenticationChoice(java.lang.String mechanism,
byte[] credentials)
|
|
| Method Summary |
|---|
| Methods inherited from class com.novell.ldap.asn1.ASN1Choice |
|---|
choiceValue, encode, getIdentifier, setChoiceValue, setIdentifier, toString |
| Methods inherited from class com.novell.ldap.asn1.ASN1Object |
|---|
getEncoding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RfcAuthenticationChoice(ASN1Tagged choice)
public RfcAuthenticationChoice(java.lang.String mechanism,
byte[] credentials)
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||