Interface TrustedTokenFactory
- All Known Implementing Classes:
DefaultTrustedApplicationsManager
public interface TrustedTokenFactory
A factory for generating trusted tokens
-
Method Summary
-
Method Details
-
getToken
- 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
-