Package org.keycloak.models
Interface SingleUseObjectValueModel
- All Known Implementing Classes:
DefaultActionToken
,ExecuteActionsActionToken
,IdpVerifyAccountLinkActionToken
,InviteOrgActionToken
,ResetCredentialsActionToken
,SingleUseObjectValueEntity
,UpdateEmailActionToken
,VerifyEmailActionToken
public interface SingleUseObjectValueModel
This model represents contents of an action token shareable among Keycloak instances in the cluster.
- Author:
- hmlnarik
-
Method Summary
-
Method Details
-
getNotes
Returns unmodifiable map of all notes.- Returns:
- see description. Returns empty map if no note is set, never returns
null
.
-
getNote
Returns value of the given note (ornull
when no note of this name is present)- Returns:
- see description
-