Uses of Class
com.floragunn.signals.watch.common.auth.Auth
-
Packages that use Auth Package Description com.floragunn.signals.watch.common com.floragunn.signals.watch.common.auth -
-
Uses of Auth in com.floragunn.signals.watch.common
Methods in com.floragunn.signals.watch.common that return Auth Modifier and Type Method Description AuthHttpRequestConfig. getAuth()Methods in com.floragunn.signals.watch.common with parameters of type Auth Modifier and Type Method Description voidHttpRequestConfig. setAuth(Auth auth)Constructors in com.floragunn.signals.watch.common with parameters of type Auth Constructor Description HttpRequestConfig(HttpRequestConfig.Method method, URI uri, String path, String queryParams, String body, Map<String,Object> headers, Auth auth, String accept) -
Uses of Auth in com.floragunn.signals.watch.common.auth
Subclasses of Auth in com.floragunn.signals.watch.common.auth Modifier and Type Class Description classBasicAuthMethods in com.floragunn.signals.watch.common.auth that return Auth Modifier and Type Method Description static AuthAuth. create(com.fasterxml.jackson.databind.JsonNode jsonNode)
-