public interface ClientCredentials
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName()
Returns the name of the HTTP header used for authentication in a REST request
|
String |
getHeaderValue()
Renders client authentication credentials in a form suitable to be used
as the value in a header whose name is returned by
getHeaderName() |
boolean |
supportsSessionless()
Indicates whether the ClientCredentials supports session-less requests.
|
String getHeaderName()
String getHeaderValue()
getHeaderName()boolean supportsSessionless()
Copyright © 2019 VMware. All rights reserved.