Class CustomTokenClient
java.lang.Object
com.sun.enterprise.admin.servermgmt.domain.CustomTokenClient
Client class to retrieve customize tokens.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet's the substitutable custom tokens.
-
Field Details
-
PORTBASE_PLACE_HOLDER
Place holder for the PORT BASE value in domain.xml- See Also:
-
CUSTOM_TOKEN_PLACE_HOLDER
Place holder for the custom tokens in domain.xml- See Also:
-
DEFAULT_TOKEN_PLACE_HOLDER
- See Also:
-
-
Constructor Details
-
CustomTokenClient
-
-
Method Details
-
getSubstitutableTokens
Get's the substitutable custom tokens.- Returns:
Mapof substitutable tokens, or empty Map if no custom token found.- Throws:
DomainException- If error occurred in retrieving the custom tokens.
-