public class DigestLoginPlugin extends BaseLoginModule
Constructor and Description |
---|
DigestLoginPlugin() |
Modifier and Type | Method and Description |
---|---|
static String |
encodeDigestAuthPassword(String username,
String realm,
String password) |
static String |
generateDigest(String ha1,
String httpMethod,
String uri,
String qop,
String nonce,
String nc,
String cnonce) |
Boolean |
initLoginModule() |
String |
validatedUserIdentity(UserIdentificationInfo userIdent) |
getLoginPage, getName, getParameter, getParameters, setLoginPage, setName, setParameters
public Boolean initLoginModule()
public String validatedUserIdentity(UserIdentificationInfo userIdent)
public static String generateDigest(String ha1, String httpMethod, String uri, String qop, String nonce, String nc, String cnonce) throws IllegalArgumentException
IllegalArgumentException
Copyright © 2013 Nuxeo SA. All Rights Reserved.