- canRespond() - Method in class com.albroco.barebonesdigest.DigestAuthentication
-
Returns true
if a response can be generated to any of the challenges.
- challenge(DigestChallenge) - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
-
Sets the values of the realm
, nonce
, opaque
, and algorithm
directives and the supported quality of protection types based on a challenge.
- challengeOrdering(Comparator<? super DigestChallenge>) - Method in class com.albroco.barebonesdigest.DigestAuthentication
-
Sets the challenge ordering, which will determine which challenge that will be used if there
are several.
- ChallengeParseException - Exception in com.albroco.barebonesdigest
-
Indicates that a WWW-Authenticate
header or challenge could not be parsed because it
is malformed.
- ChallengeParseException(String) - Constructor for exception com.albroco.barebonesdigest.ChallengeParseException
-
Constructs a new ChallengeParseException
with its stack trace and detail
message filled in.
- ChallengeParseException(String, Throwable) - Constructor for exception com.albroco.barebonesdigest.ChallengeParseException
-
Constructs a new instance of this class with detail message and cause filled in.
- ChallengeParseException(Throwable) - Constructor for exception com.albroco.barebonesdigest.ChallengeParseException
-
Constructs a new instance of this class with its detail cause filled in.
- clientNonce(String) - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
-
Sets the cnonce
directive, which is a random string generated by the client that will
be included in the challenge response hash.
- com.albroco.barebonesdigest - package com.albroco.barebonesdigest
-