Skip navigation links
A C D E F G H I N O P Q R S T U V W 

G

getAlgorithm() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the value of the algorithm directive if present.
getAlgorithm() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the value of the algorithm directive.
getAuthorizationForRequest(String, String) - Method in class com.albroco.barebonesdigest.DigestAuthentication
Returns the value of Authorization header that can be used in a particular request.
getAuthorizationForRequest(String, String, byte[]) - Method in class com.albroco.barebonesdigest.DigestAuthentication
Returns the value of Authorization header that can be used in a particular request.
getChallengeResponse() - Method in class com.albroco.barebonesdigest.DigestAuthentication
Picks a challenge among the available challenges and generates a response to it.
getClientNonce() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the value of the cnonce directive.
getDigestUri() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the value of the digest-uri directive.
getDomain() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the unquoted version of the optional domain directive, or null if the domain is not set.
getEntityBodyDigest() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the digest of the entity-body.
getFirstRequestClientNonce() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the value of client nonce used in the first request.
getHeaderValue() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the credentials, that is, the string to set in the Authorization HTTP request header.
getNonce() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the unquoted version of the mandatory nonce directive.
getNonce() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the unquoted value of the nonce directive
getNonceCount() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the integer representation of the nonce-count directive.
getOpaque() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the unquoted version of the opaque directive, or null if the directive is not present.
getOpaque() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the the unquoted value of the opaque directive, or null.
getPassword() - Method in class com.albroco.barebonesdigest.DigestAuthentication
Returns the password to use for authentication.
getPassword() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the password to use for authentication.
getQop() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the "quality of protection" that will be used for the response.
getQopValue() - Method in enum com.albroco.barebonesdigest.DigestChallenge.QualityOfProtection
Returns the "qop-value" of the quality of protection, that is, the short name that appears in digest messages, such as "auth" or "auth-int".
getQuotedDomain() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the quoted version of the optional domain directive, exactly as it appears in the challenge, or null if the domain is not set.
getQuotedNonce() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the quoted version of the mandatory nonce directive, exactly as it appears in the challenge.
getQuotedNonce() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the quoted value of the nonce directive.
getQuotedOpaque() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the quoted version of the opaque directive exactly as it appears in the challenge, or null if the directive is not present.
getQuotedOpaque() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the the quoted value of the opaque directive, or null.
getQuotedRealm() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the quoted version of the mandatory realm directive, exactly as it appears in the challenge.
getQuotedRealm() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the quoted value of the realm directive.
getRealm() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the unquoted version of the mandatory realm directive.
getRealm() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the unquoted value of the realm directive.
getRequestMethod() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the HTTP method of the request.
getSupportedQopTypes() - Method in class com.albroco.barebonesdigest.DigestChallenge
Returns the types of "quality of protection" listed in the challenge as supported by the server.
getSupportedQopTypes() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the type of "quality of protection" that can be used when responding to the request.
getUsername() - Method in class com.albroco.barebonesdigest.DigestAuthentication
Returns the username to use for authentication.
getUsername() - Method in class com.albroco.barebonesdigest.DigestChallengeResponse
Returns the username to use for authentication.
A C D E F G H I N O P Q R S T U V W 
Skip navigation links