Uses of Class
org.exoplatform.common.http.client.AuthSchemeNotImplException
-
Packages that use AuthSchemeNotImplException Package Description org.exoplatform.common.http.client -
-
Uses of AuthSchemeNotImplException in org.exoplatform.common.http.client
Methods in org.exoplatform.common.http.client that throw AuthSchemeNotImplException Modifier and Type Method Description AuthorizationInfoAuthorizationHandler. fixupAuthInfo(AuthorizationInfo info, RoRequest req, AuthorizationInfo challenge, RoResponse resp)This method is called whenever auth info is chosen from the list of known info in the AuthorizationInfo class to be sent with a request.AuthorizationInfoDefaultAuthHandler. fixupAuthInfo(AuthorizationInfo info, RoRequest req, AuthorizationInfo challenge, RoResponse resp)For Digest authentication we need to set the uri, response and opaque parameters.AuthorizationInfoAuthorizationHandler. getAuthorization(AuthorizationInfo challenge, RoRequest req, RoResponse resp)This method is called whenever a 401 or 407 response is received and no candidate info is found in the list of known auth info.AuthorizationInfoDefaultAuthHandler. getAuthorization(AuthorizationInfo challenge, RoRequest req, RoResponse resp)returns the requested authorization, or null if none was given.
-