Class AwsTokens

java.lang.Object
com.tremolosecurity.proxy.token.AwsTokens
All Implemented Interfaces:
TokenLoader

public class AwsTokens extends Object implements TokenLoader
AwsTokens
  • Constructor Details

    • AwsTokens

      public AwsTokens()
  • Method Details

    • init

      public void init(HttpFilterConfig filterConfig, ScaleTokenConfig tokenConfig) throws Exception
      Description copied from interface: TokenLoader
      Called when the insert is loaded with configuration parameters
      Specified by:
      init in interface TokenLoader
      Throws:
      Exception
    • loadToken

      public Object loadToken(AuthInfo user, jakarta.servlet.http.HttpSession session, jakarta.servlet.http.HttpServletRequest arg2) throws Exception
      Description copied from interface: TokenLoader
      Return an object to be serialized to JSON and sent to the client
      Specified by:
      loadToken in interface TokenLoader
      Parameters:
      user - The logged in user
      session - The user's session
      arg2 - The user's request
      Returns:
      Object to serialize
      Throws:
      Exception