public static class DigestAuthenticator.DigestInfo extends Object
Constructor and Description |
---|
DigestInfo(String opaque,
long nonceValidity,
String key,
Map<String,DigestAuthenticator.NonceInfo> nonces,
boolean validateUri) |
Modifier and Type | Method and Description |
---|---|
Principal |
authenticate(Realm realm) |
String |
getUsername() |
boolean |
isNonceStale() |
boolean |
parse(Request request,
String authorization) |
boolean |
validate(Request request) |
public DigestInfo(String opaque, long nonceValidity, String key, Map<String,DigestAuthenticator.NonceInfo> nonces, boolean validateUri)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.