Uses of Class
io.zenwave360.jsonrefparser.AuthenticationValue
-
Packages that use AuthenticationValue Package Description io.zenwave360.jsonrefparser io.zenwave360.jsonrefparser.resolver -
-
Uses of AuthenticationValue in io.zenwave360.jsonrefparser
Methods in io.zenwave360.jsonrefparser that return AuthenticationValue Modifier and Type Method Description AuthenticationValue
AuthenticationValue. withHeader(String header)
AuthenticationValue
AuthenticationValue. withHeader(String key, String value)
AuthenticationValue
AuthenticationValue. withQueryParam(String key, String value)
AuthenticationValue
AuthenticationValue. withUrlMatcher(Predicate<URL> urlMatcher)
Methods in io.zenwave360.jsonrefparser with parameters of type AuthenticationValue Modifier and Type Method Description $RefParser
$RefParser. withAuthentication(AuthenticationValue authenticationValue)
-
Uses of AuthenticationValue in io.zenwave360.jsonrefparser.resolver
Methods in io.zenwave360.jsonrefparser.resolver with parameters of type AuthenticationValue Modifier and Type Method Description HttpResolver
HttpResolver. withAuthentication(AuthenticationValue authenticationValue)
default <T extends Resolver>
TResolver. withAuthentication(AuthenticationValue authenticationValue)
Method parameters in io.zenwave360.jsonrefparser.resolver with type arguments of type AuthenticationValue Modifier and Type Method Description protected String
HttpResolver. urlToString(String url, List<AuthenticationValue> auths)
-