Package org.keycloak.models
Interface SingleUseObjectValueModel
-
- All Known Implementing Classes:
AbstractSingleUseObjectModel
,DefaultActionToken
,ExecuteActionsActionToken
,IdpVerifyAccountLinkActionToken
,MapSingleUseObjectAdapter
,ResetCredentialsActionToken
,SingleUseObjectValueEntity
,UpdateEmailActionToken
,VerifyEmailActionToken
public interface SingleUseObjectValueModel
This model represents contents of an action token shareable among Keycloak instances in the cluster.- Author:
- hmlnarik
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SingleUseObjectValueModel.SearchableFields
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNote(String name)
Returns value of the given note (ornull
when no note of this name is present)Map<String,String>
getNotes()
Returns unmodifiable map of all notes.
-