Class HotRodUserEntityDelegate
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.UpdatableHotRodEntityDelegateImpl<HotRodUserEntity>
org.keycloak.models.map.storage.hotRod.user.HotRodUserEntity.AbstractHotRodUserEntityDelegate
org.keycloak.models.map.storage.hotRod.user.HotRodUserEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,HotRodEntityDelegate<HotRodUserEntity>
,MapUserEntity
@Generated("org.keycloak.models.map.processor.GenerateHotRodEntityImplementationsProcessor")
public class HotRodUserEntityDelegate
extends HotRodUserEntity.AbstractHotRodUserEntityDelegate
implements MapUserEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.user.MapUserEntity
MapUserEntity.AbstractUserEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
ConstructorDescriptionDeprecated.HotRodUserEntityDelegate
(DeepCloner cloner) HotRodUserEntityDelegate
(HotRodUserEntity hotRodEntity) Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
<V> V
deepClone
(V obj) static boolean
entityEquals
(Object o1, Object o2) static int
boolean
getAttribute
(String p0) getCredential
(String p0) getEmail()
getUserConsent
(String p0) int
hashCode()
void
void
void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
void
void
void
void
void
setEnabled
(Boolean p0) void
void
void
setFirstName
(String p0) void
setGroupsMembership
(Set<String> p0) void
setLastName
(String p0) void
setNotBefore
(Long p0) void
setRealmId
(String p0) void
setRequiredActions
(Set<String> p0) void
setRolesMembership
(Set<String> p0) void
void
toString()
Methods inherited from class org.keycloak.models.map.storage.hotRod.user.HotRodUserEntity.AbstractHotRodUserEntityDelegate
clearUpdatedFlag, getId, isUpdated, moveCredential, setEmail, setId, setUsername
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
Methods inherited from interface org.keycloak.models.map.user.MapUserEntity
credentialManager, moveCredential, setEmail, setUsername
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Constructor Details
-
HotRodUserEntityDelegate
public HotRodUserEntityDelegate()Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodUserEntityDelegate(DeepCloner)
variant instead -
HotRodUserEntityDelegate
Deprecated.This constructor uses aDeepCloner.DUMB_CLONER
that does not clone anything. UseHotRodUserEntityDelegate(DeepCloner)
variant instead -
HotRodUserEntityDelegate
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
entityEquals
-
entityHashCode
-
deepClone
public <V> V deepClone(V obj) -
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
setCreatedTimestamp
- Specified by:
setCreatedTimestamp
in interfaceMapUserEntity
-
getCreatedTimestamp
- Specified by:
getCreatedTimestamp
in interfaceMapUserEntity
-
addCredential
- Specified by:
addCredential
in interfaceMapUserEntity
-
getCredential
- Specified by:
getCredential
in interfaceMapUserEntity
-
removeCredential
- Specified by:
removeCredential
in interfaceMapUserEntity
-
getCredentials
- Specified by:
getCredentials
in interfaceMapUserEntity
-
setCredentials
- Specified by:
setCredentials
in interfaceMapUserEntity
-
removeCredential
- Specified by:
removeCredential
in interfaceMapUserEntity
-
setEmail
- Specified by:
setEmail
in interfaceMapUserEntity
-
getEmail
- Specified by:
getEmail
in interfaceMapUserEntity
-
setEmailConstraint
- Specified by:
setEmailConstraint
in interfaceMapUserEntity
-
getEmailConstraint
- Specified by:
getEmailConstraint
in interfaceMapUserEntity
-
setEmailVerified
- Specified by:
setEmailVerified
in interfaceMapUserEntity
-
isEmailVerified
- Specified by:
isEmailVerified
in interfaceMapUserEntity
-
setEnabled
- Specified by:
setEnabled
in interfaceMapUserEntity
-
isEnabled
- Specified by:
isEnabled
in interfaceMapUserEntity
-
getFederatedIdentity
- Specified by:
getFederatedIdentity
in interfaceMapUserEntity
-
getFederatedIdentities
- Specified by:
getFederatedIdentities
in interfaceMapUserEntity
-
setFederatedIdentities
- Specified by:
setFederatedIdentities
in interfaceMapUserEntity
-
addFederatedIdentity
- Specified by:
addFederatedIdentity
in interfaceMapUserEntity
-
removeFederatedIdentity
- Specified by:
removeFederatedIdentity
in interfaceMapUserEntity
-
removeFederatedIdentity
- Specified by:
removeFederatedIdentity
in interfaceMapUserEntity
-
setFederationLink
- Specified by:
setFederationLink
in interfaceMapUserEntity
-
getFederationLink
- Specified by:
getFederationLink
in interfaceMapUserEntity
-
setFirstName
- Specified by:
setFirstName
in interfaceMapUserEntity
-
getFirstName
- Specified by:
getFirstName
in interfaceMapUserEntity
-
addGroupsMembership
- Specified by:
addGroupsMembership
in interfaceMapUserEntity
-
removeGroupsMembership
- Specified by:
removeGroupsMembership
in interfaceMapUserEntity
-
getGroupsMembership
- Specified by:
getGroupsMembership
in interfaceMapUserEntity
-
setGroupsMembership
- Specified by:
setGroupsMembership
in interfaceMapUserEntity
-
getLastName
- Specified by:
getLastName
in interfaceMapUserEntity
-
setLastName
- Specified by:
setLastName
in interfaceMapUserEntity
-
setNotBefore
- Specified by:
setNotBefore
in interfaceMapUserEntity
-
getNotBefore
- Specified by:
getNotBefore
in interfaceMapUserEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapUserEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapUserEntity
-
addRequiredAction
- Specified by:
addRequiredAction
in interfaceMapUserEntity
-
setRequiredActions
- Specified by:
setRequiredActions
in interfaceMapUserEntity
-
removeRequiredAction
- Specified by:
removeRequiredAction
in interfaceMapUserEntity
-
getRequiredActions
- Specified by:
getRequiredActions
in interfaceMapUserEntity
-
removeRolesMembership
- Specified by:
removeRolesMembership
in interfaceMapUserEntity
-
addRolesMembership
- Specified by:
addRolesMembership
in interfaceMapUserEntity
-
setRolesMembership
- Specified by:
setRolesMembership
in interfaceMapUserEntity
-
getRolesMembership
- Specified by:
getRolesMembership
in interfaceMapUserEntity
-
setServiceAccountClientLink
- Specified by:
setServiceAccountClientLink
in interfaceMapUserEntity
-
getServiceAccountClientLink
- Specified by:
getServiceAccountClientLink
in interfaceMapUserEntity
-
getUserConsent
- Specified by:
getUserConsent
in interfaceMapUserEntity
-
addUserConsent
- Specified by:
addUserConsent
in interfaceMapUserEntity
-
removeUserConsent
- Specified by:
removeUserConsent
in interfaceMapUserEntity
-
setUserConsents
- Specified by:
setUserConsents
in interfaceMapUserEntity
-
removeUserConsent
- Specified by:
removeUserConsent
in interfaceMapUserEntity
-
getUserConsents
- Specified by:
getUserConsents
in interfaceMapUserEntity
-
getUsername
- Specified by:
getUsername
in interfaceMapUserEntity
-
getHotRodEntity
- Specified by:
getHotRodEntity
in interfaceHotRodEntityDelegate<HotRodUserEntity>
-
DeepCloner.DUMB_CLONER
that does not clone anything.