Class GetTokenExtensionPoint

All Implemented Interfaces:
LogEnabled, ExtensionPoint<GetToken>, Disposable, Initializable, Component, Contextualizable, Serviceable, ThreadSafe

Extension point for components extracting token from an incoming request.
  • Field Details

    • ROLE

      public static final String ROLE
      Avalon Role
  • Constructor Details

  • Method Details

    • getToken

      public String getToken(Request request)
      Returns the token from the request.
      Parameters:
      request - the incoming request.
      Returns:
      the extracted token, if any.
    • getTokenContext

      public String getTokenContext(Request request)
      Returns the token context from the request.
      Parameters:
      request - the incoming request.
      Returns:
      the extracted token context, if any.