Class GetTokenExtensionPoint

    • Field Detail

      • ROLE

        public static final String ROLE
        Avalon Role
    • Method Detail

      • 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.