public interface TokenRequestFormat
| Modifier and Type | Method and Description |
|---|---|
<R extends org.jclouds.http.HttpRequest> |
formatRequest(R httpRequest,
TokenRequest tokenRequest)
Transforms the provided HttpRequest into a particular token request with a specific format.
|
String |
getTypeName()
The name of the type of the token request, e.g., "JWT"
|
Set<String> |
requiredClaims()
The claims that must be present in the token request for it to be valid.
|
<R extends org.jclouds.http.HttpRequest> R formatRequest(R httpRequest,
TokenRequest tokenRequest)
String getTypeName()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.