Interface IMutableTokenHolder
- All Superinterfaces:
ITokenHolder
A
IMutableTokenHolder is a ITokenHolder whose token can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface ITokenHolder
getToken, hasToken
-
Method Details
-
setToken
Sets the token of the currentIMutableTokenHolder.- Parameters:
token-- Throws:
RuntimeException- if the given token is null.RuntimeException- if the given token is blank.
-