|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.webdav.lib.Authenticator
Authenticate helper.
Field Summary | |
protected static org.apache.util.Base64 |
base64
Base 64 encoder. |
Constructor Summary | |
Authenticator()
|
Method Summary | |
static java.lang.String |
basic(State state,
Credentials credentials)
Generate a basic response. |
static java.lang.String |
challengeResponse(State state,
Credentials credentials)
Generate a response to the given challenge. |
static java.lang.String |
digest(State state,
Credentials credentials)
Generate a basic response. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected static org.apache.util.Base64 base64
Constructor Detail |
public Authenticator()
Method Detail |
public static java.lang.String challengeResponse(State state, Credentials credentials) throws WebdavException
state
- Statecredentials
- Credentials to use to answser the challengepublic static java.lang.String basic(State state, Credentials credentials)
credentials
- Credentials to use to answser the challengepublic static java.lang.String digest(State state, Credentials credentials)
credentials
- Credentials to use to answser the challenge
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |