Uses of Interface
org.exoplatform.common.http.client.AuthorizationHandler
-
Packages that use AuthorizationHandler Package Description org.exoplatform.common.http.client -
-
Uses of AuthorizationHandler in org.exoplatform.common.http.client
Classes in org.exoplatform.common.http.client that implement AuthorizationHandler Modifier and Type Class Description classDefaultAuthHandlerThis class is the default authorization handler.Methods in org.exoplatform.common.http.client that return AuthorizationHandler Modifier and Type Method Description static AuthorizationHandlerAuthorizationInfo. getAuthHandler()Get's the current authorization handler.static AuthorizationHandlerAuthorizationInfo. setAuthHandler(AuthorizationHandler handler)Set's the authorization handler.Methods in org.exoplatform.common.http.client with parameters of type AuthorizationHandler Modifier and Type Method Description static AuthorizationHandlerAuthorizationInfo. setAuthHandler(AuthorizationHandler handler)Set's the authorization handler.
-