|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DigestResponse | |
|---|---|
| com.bradmcevoy.http | |
| com.bradmcevoy.http.http11.auth | |
| com.ettrema.http.fck | |
| com.ettrema.http.fs | |
| Uses of DigestResponse in com.bradmcevoy.http |
|---|
| Methods in com.bradmcevoy.http with parameters of type DigestResponse | |
|---|---|
java.lang.Object |
SecurityManager.authenticate(DigestResponse digestRequest)
Authenticate a digest request See com.bradmcevoy.http.http11.auth.DigestGenerator |
java.lang.Object |
SimpleDigestResource.authenticate(DigestResponse digestRequest)
|
java.lang.Object |
ReadOnlySecurityManager.authenticate(DigestResponse digestRequest)
|
java.lang.Object |
DigestResource.authenticate(DigestResponse digestRequest)
Check the given credentials, and return a relevant object if accepted. |
| Uses of DigestResponse in com.bradmcevoy.http.http11.auth |
|---|
| Methods in com.bradmcevoy.http.http11.auth that return DigestResponse | |
|---|---|
DigestResponse |
DigestHelper.calculateResponse(Auth auth,
java.lang.String expectedRealm,
Request.Method method)
|
| Methods in com.bradmcevoy.http.http11.auth with parameters of type DigestResponse | |
|---|---|
java.lang.String |
DigestGenerator.generateDigest(DigestResponse dr,
java.lang.String password)
Computes the response portion of a Digest authentication header. |
java.lang.String |
DigestGenerator.generateDigestWithEncryptedPassword(DigestResponse dr,
java.lang.String a1Md5)
Use this method if you are persisting a one way hash of the user name, password and realm (referred to as a1md5 in the spec) |
| Uses of DigestResponse in com.ettrema.http.fck |
|---|
| Methods in com.ettrema.http.fck with parameters of type DigestResponse | |
|---|---|
java.lang.Object |
FckCommon.authenticate(DigestResponse dr)
|
| Uses of DigestResponse in com.ettrema.http.fs |
|---|
| Methods in com.ettrema.http.fs with parameters of type DigestResponse | |
|---|---|
java.lang.Object |
ClassPathResourceFactory.ClassPathResource.authenticate(DigestResponse digestRequest)
|
java.lang.Object |
SimpleSecurityManager.authenticate(DigestResponse digestRequest)
|
java.lang.Object |
NullSecurityManager.authenticate(DigestResponse digestRequest)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||