|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.extensions.DigestMD5StateInfo
public class DigestMD5StateInfo
This class defines a data structure that will hold state information for use in the DIGEST-MD5 authentication process. This information will support both the two-stage initial authentication as well as subsequent authentication.
| Constructor Summary | |
|---|---|
DigestMD5StateInfo(java.lang.String nonce,
java.lang.String nonceCount)
Creates a new instance of this DIGEST-MD5 state info structure. |
|
| Method Summary | |
|---|---|
java.lang.String |
getNonce()
Retrieves the nonce generated by the server for this authentication session. |
java.lang.String |
getNonceCount()
Retrieves the hex string representation of the nonce count used by the last successful authentication. |
void |
setNonceCount(java.lang.String nonceCount)
Specifies the hex string representation of the nonce count used by the last successful authentication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigestMD5StateInfo(java.lang.String nonce,
java.lang.String nonceCount)
nonce - The nonce generated by the server for this
authentication session.nonceCount - The hex string representation of the nonce count used
by the last successful authentication.| Method Detail |
|---|
public java.lang.String getNonce()
public java.lang.String getNonceCount()
public void setNonceCount(java.lang.String nonceCount)
nonceCount - The hex string representation of the nonce count used
by the last successful authentication.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||