Uses of Class
com.authlete.hms.ComponentValueProvider
Packages that use ComponentValueProvider
-
Uses of ComponentValueProvider in com.authlete.hms
Methods in com.authlete.hms that return ComponentValueProviderModifier and TypeMethodDescriptionComponentValueProvider.addDataTypeMapping(String fieldName, StructuredDataType dataType) Add an additional mapping between a field name and its structured data type.ComponentValueProvider.setHeaders(Map<String, List<String>> headers) Set the pool of the HTTP header fields.ComponentValueProvider.setHeadersInRequest(Map<String, List<String>> headersInRequest) Set the pool of the HTTP header fields in the request.Set the HTTP method of a request message.ComponentValueProvider.setRequestTarget(String requestTarget) Set the full request target of the HTTP request message.ComponentValueProvider.setStatus(int status) Set the three-digit numeric HTTP status code of a response message.Set the three-digit numeric HTTP status code of a response message.ComponentValueProvider.setTargetUri(String uri) Set the target URI of a request message.ComponentValueProvider.setTargetUri(URI uri) Set the target URI of a request message.ComponentValueProvider.setTrailers(Map<String, List<String>> trailers) Set the pool of the HTTP trailer fields.ComponentValueProvider.setTrailersInRequest(Map<String, List<String>> trailersInRequest) Set the pool of the HTTP trailer fields in the request.