-
public final class AuthChallengeAuthorization challenge for HTTP status code 401 or 407.
-
-
Constructor Summary
Constructors Constructor Description AuthChallenge(String source, String origin, String scheme, String realm)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final AuthChallengecopy(String source, String origin, String scheme, String realm)final StringgetSource()Source of the authentication challenge. final StringgetOrigin()Origin of the challenger. final StringgetScheme()The authentication scheme used, such as basic or digest final StringgetRealm()The realm of the challenge. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
-
-
-