public class CodeAuthSupplier extends Object implements org.apache.cxf.transport.http.auth.HttpAuthSupplier
| Constructor and Description |
|---|
CodeAuthSupplier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy,
URI currentURI,
org.apache.cxf.message.Message message,
String fullHeader) |
boolean |
requiresRequestCaching() |
void |
setAccessTokenServiceUri(String uri) |
void |
setCode(String code) |
void |
setConsumer(Consumer consumer) |
void |
setRefreshEarly(boolean refreshEarly) |
public boolean requiresRequestCaching()
requiresRequestCaching in interface org.apache.cxf.transport.http.auth.HttpAuthSupplierpublic String getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URI currentURI, org.apache.cxf.message.Message message, String fullHeader)
getAuthorization in interface org.apache.cxf.transport.http.auth.HttpAuthSupplierpublic void setCode(String code)
public void setRefreshEarly(boolean refreshEarly)
public void setAccessTokenServiceUri(String uri)
public void setConsumer(Consumer consumer)
Apache CXF