public abstract class AccessTokenAware extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessTokenParameter
The name of the parameter to check the access token
|
protected String |
accessTokenValue
The expected value fo the access token
|
| Constructor and Description |
|---|
AccessTokenAware() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
addTokenIfNeeded(String url) |
void |
setAccessTokenParameter(String accessTokenParameter) |
void |
setAccessTokenValue(String accessTokenValue) |
Copyright © 2021 CrafterCMS. All rights reserved.