Class CustomTokenClient

java.lang.Object
com.sun.enterprise.admin.servermgmt.domain.CustomTokenClient

public class CustomTokenClient extends Object
Client class to retrieve customize tokens.
  • Constructor Details

    • CustomTokenClient

      public CustomTokenClient(DomainConfig domainConfig)
  • Method Details

    • getSubstitutableTokens

      public Map<String,String> getSubstitutableTokens() throws DomainException
      Get's the substitutable custom tokens.
      Returns:
      Map of substitutable tokens, or empty Map if no custom token found.
      Throws:
      DomainException - If error occurred in retrieving the custom tokens.