Interface TrustedTokenFactory

All Known Implementing Classes:
DefaultTrustedApplicationsManager

public interface TrustedTokenFactory
A factory for generating trusted tokens
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getToken

      TrustedToken getToken(String url)
      Parameters:
      url - the request url to get a token for.
      Returns:
      A token appropriate for the current user context and request url.
      Since:
      5.3.3