|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for configuration of HttpDigest provider.
Method Summary | |
java.lang.String |
getAlgorithm()
Returns digest algorithm used by HttpDigest provider. |
long |
getContextTTL()
Returns time to live in seconds. |
java.lang.String |
getQop()
Returns quality of protection. |
long |
getSweepInterval()
Returns the sweep interval. |
void |
setAlgorithm(java.lang.String algorithm)
Set algorithm to used by HttpDigest provider. |
void |
setContextTTL(long contextTTL)
Sets time to live in seconds to the given value. |
void |
setQop(java.lang.String qop)
Sets "quality of protection" of HttpDigest authentication to the given value. |
void |
setSweepInterval(long sweepInterval)
Sets sweep interval to the given value. |
Method Detail |
public java.lang.String getAlgorithm()
public void setAlgorithm(java.lang.String algorithm)
algorithm
- the given value of digest algorithm to set topublic java.lang.String getQop()
public void setQop(java.lang.String qop)
null
or "auth".
qop
- the value of "quality of protection" to set to.public long getSweepInterval()
public void setSweepInterval(long sweepInterval)
sweepInterval
- public long getContextTTL()
public void setContextTTL(long contextTTL)
contextTTL
- value of time to live to set to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |