Class TokenMgr

java.lang.Object
org.eclnt.util.token.TokenMgr

public class TokenMgr extends Object
Management of tokens - "abbreviations" which hide a content string.

Tokens e.g. are used as URL parameter: instead of appending content data to a URL, the content data is arranged behind a token, which is stored in the TokenMgr. The URL only contains the token - and the receiving side has to read the information from the TokenMgr.
  • Constructor Details

    • TokenMgr

      public TokenMgr()
  • Method Details

    • instance

      public static ITokenMgr instance()
    • initialize

      public static void initialize(ITokenMgr instance)