Interface TrustedTokenFactory
-
- All Known Implementing Classes:
DefaultTrustedApplicationsManager
public interface TrustedTokenFactory
A factory for generating trusted tokens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustedToken
getToken(String url)
-
-
-
Method Detail
-
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
-
-