public class CustomTokenClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CUSTOM_TOKEN_PLACE_HOLDER
Place holder for the custom tokens in domain.xml
|
static String |
DEFAULT_TOKEN_PLACE_HOLDER |
static String |
PORTBASE_PLACE_HOLDER
Place holder for the PORT BASE value in domain.xml
|
| Constructor and Description |
|---|
CustomTokenClient(DomainConfig domainConfig) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getSubstitutableTokens()
Get's the substitutable custom tokens.
|
public static final String PORTBASE_PLACE_HOLDER
public static final String CUSTOM_TOKEN_PLACE_HOLDER
public static final String DEFAULT_TOKEN_PLACE_HOLDER
public CustomTokenClient(DomainConfig domainConfig)
public Map<String,String> getSubstitutableTokens() throws DomainException
Map of substitutable tokens, or empty Map
if no custom token found.DomainException - If error occurred in retrieving the
custom tokens.Copyright © 2017. All rights reserved.