|
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.sasl.client.ResponseAuth
class ResponseAuth
Implements the ResponseAuth class used by the DigestMD5SaslClient mechanism
| Field Summary | |
|---|---|
private java.lang.String |
m_responseValue
|
| Constructor Summary | |
|---|---|
ResponseAuth(byte[] responseAuth)
|
|
| Method Summary | |
|---|---|
(package private) void |
checkSemantics(DirectiveList dirList)
Checks the semantics of the directives in the directive list as parsed from the digest challenge byte array. |
java.lang.String |
getResponseValue()
returns the ResponseValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String m_responseValue
| Constructor Detail |
|---|
ResponseAuth(byte[] responseAuth)
throws SaslException
SaslException| Method Detail |
|---|
void checkSemantics(DirectiveList dirList)
throws SaslException
dirList - the list of directives parsed from the digest challenge
SaslException - If a semantic error occurspublic java.lang.String getResponseValue()
|
All LDAP Classes Internal LDAP Classes |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||