10Duke Scale SDK for Java
Loading...
Searching...
No Matches
tenduke.scale.api.RequestHeadersSettings Enum Reference

Detailed Description

Options for request header building, including instruction to include Authorization header always vs.

when provider is available.

Public Attributes

 NO_AUTHZ
 No authorization: The Authorization header is not added to the request.
 
 AUTHZ_REQUIRED
 Authorization required: An AuthorizationProvider must be available and the Authorization header is added to the request.
 
 AUTHZ_IF_AVAILABLE
 Authorization if available: The Authorization header is added to the request only if an AuthorizationProvider is available.
 

Member Data Documentation

◆ AUTHZ_IF_AVAILABLE

tenduke.scale.api.RequestHeadersSettings.AUTHZ_IF_AVAILABLE

Authorization if available: The Authorization header is added to the request only if an AuthorizationProvider is available.

◆ AUTHZ_REQUIRED

tenduke.scale.api.RequestHeadersSettings.AUTHZ_REQUIRED

Authorization required: An AuthorizationProvider must be available and the Authorization header is added to the request.

◆ NO_AUTHZ

tenduke.scale.api.RequestHeadersSettings.NO_AUTHZ

No authorization: The Authorization header is not added to the request.


The documentation for this enum was generated from the following file: