Uses of Class
org.sblim.cimclient.internal.http.Challenge
Packages that use Challenge
Package
Description
Internal implementation of HTTP client and server.
-
Uses of Challenge in org.sblim.cimclient.internal.http
Methods in org.sblim.cimclient.internal.http that return ChallengeModifier and TypeMethodDescriptionstatic Challenge[]
Challenge.parseChallenge
(String pLine) Parses the challenge as received from the host.Methods in org.sblim.cimclient.internal.http with parameters of type ChallengeModifier and TypeMethodDescriptionabstract void
AuthorizationInfo.updateAuthenticationInfo
(Challenge challenge, String authenticate, URI url, String requestMethod) Updates the authorization information according to a received challenge.void
PegasusLocalAuthInfo.updateAuthenticationInfo
(Challenge challenge, String authenticate, URI url, String requestMethod) void
WwwAuthInfo.updateAuthenticationInfo
(Challenge challenge, String authenticate, URI url, String requestMethod)