Package org.keycloak.models
Interface ActionTokenValueModel
-
public interface ActionTokenValueModelThis model represents contents of an action token shareable among Keycloak instances in the cluster.- Author:
- hmlnarik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNote(String name)Returns value of the given note (ornullwhen no note of this name is present)Map<String,String>getNotes()Returns unmodifiable map of all notes.
-