Schnittstelle IMutableTokenHolder
- Alle Superschnittstellen:
ITokenHolder
A
IMutableTokenHolder is a ITokenHolder whose token can be
set programmatically.- Version:
- 2023-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.ITokenHolder
getToken, hasToken
-
Methodendetails
-
setToken
Sets the token of the currentIMutableTokenHolder.- Parameter:
token-- Löst aus:
RuntimeException- if the given token is null.RuntimeException- if the given token is blank.
-