Uses of Class
org.sblim.wbem.http.Challenge
-
Packages that use Challenge Package Description org.sblim.wbem.http Internal implementation of HTTP client and server -
-
Uses of Challenge in org.sblim.wbem.http
Methods in org.sblim.wbem.http that return Challenge Modifier and Type Method Description static Challenge[]
Challenge. parseChallenge(java.lang.String line)
Methods in org.sblim.wbem.http with parameters of type Challenge Modifier and Type Method Description abstract void
AuthInfo. updateAuthenticationInfo(Challenge challenge, java.lang.String authenticate, java.net.URI url, java.lang.String requestMethod)
Updates the authorization information acording to a received challenge.void
PegasusLocalAuthInfo. updateAuthenticationInfo(Challenge challenge, java.lang.String authenticate, java.net.URI url, java.lang.String requestMethod)
void
WwwAuthInfo. updateAuthenticationInfo(Challenge challenge, java.lang.String authenticate, java.net.URI url, java.lang.String requestMethod)
-