Package org.keycloak.models
Interface SingleUseObjectValueModel
- 
- All Known Implementing Classes:
- AbstractSingleUseObjectModel,- DefaultActionToken,- ExecuteActionsActionToken,- IdpVerifyAccountLinkActionToken,- MapSingleUseObjectAdapter,- ResetCredentialsActionToken,- SingleUseObjectValueEntity,- UpdateEmailActionToken,- VerifyEmailActionToken
 
 public interface SingleUseObjectValueModelThis model represents contents of an action token shareable among Keycloak instances in the cluster.- Author:
- hmlnarik
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classSingleUseObjectValueModel.SearchableFields
 - 
Method SummaryAll 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.
 
-