10Duke Scale SDK for Java
|
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. | |
tenduke.scale.api.RequestHeadersSettings.AUTHZ_IF_AVAILABLE |
Authorization if available: The Authorization header is added to the request only if an AuthorizationProvider is available.
tenduke.scale.api.RequestHeadersSettings.AUTHZ_REQUIRED |
Authorization required: An AuthorizationProvider must be available and the Authorization header is added to the request.
tenduke.scale.api.RequestHeadersSettings.NO_AUTHZ |
No authorization: The Authorization header is not added to the request.