Uses of Enum
org.apache.http.auth.ChallengeState
Packages that use ChallengeState
Package
Description
Client HTTP authentication APIs.
Default implementations of standard and common HTTP authentication
schemes.
-
Uses of ChallengeState in org.apache.http.auth
Subclasses with type arguments of type ChallengeState in org.apache.http.authMethods in org.apache.http.auth that return ChallengeStateModifier and TypeMethodDescriptionstatic ChallengeStateReturns the enum constant of this type with the specified name.static ChallengeState[]ChallengeState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChallengeState in org.apache.http.impl.auth
Fields in org.apache.http.impl.auth declared as ChallengeStateMethods in org.apache.http.impl.auth that return ChallengeStateModifier and TypeMethodDescriptionAuthSchemeBase.getChallengeState()ReturnsChallengeStatevalue ornullif unchallenged.Constructors in org.apache.http.impl.auth with parameters of type ChallengeStateModifierConstructorDescriptionAuthSchemeBase(ChallengeState challengeState) Deprecated.(4.3) do not use.BasicScheme(ChallengeState challengeState) Deprecated.(4.3) do not use.DigestScheme(ChallengeState challengeState) Deprecated.(4.3) do not use.RFC2617Scheme(ChallengeState challengeState) Deprecated.(4.3) do not use.