Class DigestAuthenticator.DigestInfo
java.lang.Object
org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
- Enclosing class:
- DigestAuthenticator
-
Constructor Summary
ConstructorDescriptionDigestInfo
(String opaque, long nonceValidity, String key, Map<String, DigestAuthenticator.NonceInfo> nonces, boolean validateUri) -
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(Realm realm) boolean
boolean
boolean
Deprecated.boolean
validate
(Request request, List<DigestAuthenticator.AuthDigest> algorithms)
-
Constructor Details
-
DigestInfo
public DigestInfo(String opaque, long nonceValidity, String key, Map<String, DigestAuthenticator.NonceInfo> nonces, boolean validateUri)
-
-
Method Details
-
getUsername
-
parse
-
validate
Deprecated. -
validate
-
isNonceStale
public boolean isNonceStale() -
authenticate
-