Class HotRodUserEntity.AbstractHotRodUserEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodUserEntity>
- 
- org.keycloak.models.map.storage.hotRod.user.HotRodUserEntity.AbstractHotRodUserEntityDelegate
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- EntityWithAttributes,- UpdatableEntity,- HotRodEntityDelegate<HotRodUserEntity>,- MapUserEntity
 - Direct Known Subclasses:
- HotRodUserEntityDelegate
 - Enclosing class:
- HotRodUserEntity
 
 public abstract static class HotRodUserEntity.AbstractHotRodUserEntityDelegate extends UpdatableHotRodEntityDelegateImpl<HotRodUserEntity> implements MapUserEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.user.MapUserEntityMapUserEntity.AbstractUserEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Constructor SummaryConstructors Constructor Description AbstractHotRodUserEntityDelegate()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.BooleanmoveCredential(String credentialId, String newPreviousCredentialId)voidsetEmail(String email, boolean duplicateEmailsAllowed)voidsetId(String id)voidsetUsername(String username)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.EntityWithAttributesgetAttribute, getAttributes, removeAttribute, setAttribute, setAttributes
 - 
Methods inherited from interface org.keycloak.models.map.storage.hotRod.common.HotRodEntityDelegategetHotRodEntity
 - 
Methods inherited from interface org.keycloak.models.map.user.MapUserEntityaddCredential, addFederatedIdentity, addGroupsMembership, addRequiredAction, addRolesMembership, addUserConsent, credentialManager, getCreatedTimestamp, getCredential, getCredentials, getEmail, getEmailConstraint, getFederatedIdentities, getFederatedIdentity, getFederationLink, getFirstName, getGroupsMembership, getLastName, getNotBefore, getRealmId, getRequiredActions, getRolesMembership, getServiceAccountClientLink, getUserConsent, getUserConsents, getUsername, isEmailVerified, isEnabled, removeCredential, removeCredential, removeFederatedIdentity, removeFederatedIdentity, removeGroupsMembership, removeRequiredAction, removeRolesMembership, removeUserConsent, removeUserConsent, setCreatedTimestamp, setCredentials, setEmail, setEmailConstraint, setEmailVerified, setEnabled, setFederatedIdentities, setFederationLink, setFirstName, setGroupsMembership, setLastName, setNotBefore, setRealmId, setRequiredActions, setRolesMembership, setServiceAccountClientLink, setUserConsents
 
- 
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
setEmailpublic void setEmail(String email, boolean duplicateEmailsAllowed) - Specified by:
- setEmailin interface- MapUserEntity
 
 - 
setUsernamepublic void setUsername(String username) - Specified by:
- setUsernamein interface- MapUserEntity
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableHotRodEntityDelegateImpl<HotRodUserEntity>
- Returns:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableHotRodEntityDelegateImpl<HotRodUserEntity>
 
 - 
moveCredentialpublic Boolean moveCredential(String credentialId, String newPreviousCredentialId) - Specified by:
- moveCredentialin interface- MapUserEntity
 
 
- 
 
-