Package org.keycloak.models.map.user
Class MapUserEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.user.MapUserEntity.AbstractUserEntity
-
- org.keycloak.models.map.user.MapUserEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapUserEntity>,EntityWithAttributes,UpdatableEntity,MapUserEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapUserEntityFieldDelegate extends MapUserEntity.AbstractUserEntity implements MapUserEntity, HasEntityFieldDelegate<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
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapUserEntityFieldDelegate(EntityFieldDelegate<MapUserEntity> entityFieldDelegate)
-
Method Summary
-
Methods inherited from class org.keycloak.models.map.user.MapUserEntity.AbstractUserEntity
moveCredential, setEmail
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.user.MapUserEntity
credentialManager, moveCredential, setEmail
-
-
-
-
Constructor Detail
-
MapUserEntityFieldDelegate
public MapUserEntityFieldDelegate(EntityFieldDelegate<MapUserEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapUserEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapUserEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classMapUserEntity.AbstractUserEntity- Returns:
-
clearUpdatedFlag
public 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 interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classMapUserEntity.AbstractUserEntity
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapUserEntity.AbstractUserEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapUserEntity.AbstractUserEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapUserEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapUserEntity
-
getUsername
public String getUsername()
- Specified by:
getUsernamein interfaceMapUserEntity
-
setUsername
public void setUsername(String p0)
- Specified by:
setUsernamein interfaceMapUserEntity
-
getFirstName
public String getFirstName()
- Specified by:
getFirstNamein interfaceMapUserEntity
-
setFirstName
public void setFirstName(String p0)
- Specified by:
setFirstNamein interfaceMapUserEntity
-
getCreatedTimestamp
public Long getCreatedTimestamp()
- Specified by:
getCreatedTimestampin interfaceMapUserEntity
-
setCreatedTimestamp
public void setCreatedTimestamp(Long p0)
- Specified by:
setCreatedTimestampin interfaceMapUserEntity
-
getLastName
public String getLastName()
- Specified by:
getLastNamein interfaceMapUserEntity
-
setLastName
public void setLastName(String p0)
- Specified by:
setLastNamein interfaceMapUserEntity
-
getEmail
public String getEmail()
- Specified by:
getEmailin interfaceMapUserEntity
-
setEmail
public void setEmail(String p0)
- Specified by:
setEmailin interfaceMapUserEntity
-
isEnabled
public Boolean isEnabled()
- Specified by:
isEnabledin interfaceMapUserEntity
-
setEnabled
public void setEnabled(Boolean p0)
- Specified by:
setEnabledin interfaceMapUserEntity
-
isEmailVerified
public Boolean isEmailVerified()
- Specified by:
isEmailVerifiedin interfaceMapUserEntity
-
setEmailVerified
public void setEmailVerified(Boolean p0)
- Specified by:
setEmailVerifiedin interfaceMapUserEntity
-
getEmailConstraint
public String getEmailConstraint()
- Specified by:
getEmailConstraintin interfaceMapUserEntity
-
setEmailConstraint
public void setEmailConstraint(String p0)
- Specified by:
setEmailConstraintin interfaceMapUserEntity
-
getRequiredActions
public Set<String> getRequiredActions()
- Specified by:
getRequiredActionsin interfaceMapUserEntity
-
setRequiredActions
public void setRequiredActions(Set<String> p0)
- Specified by:
setRequiredActionsin interfaceMapUserEntity
-
addRequiredAction
public void addRequiredAction(String p0)
- Specified by:
addRequiredActionin interfaceMapUserEntity
-
removeRequiredAction
public void removeRequiredAction(String p0)
- Specified by:
removeRequiredActionin interfaceMapUserEntity
-
getCredentials
public List<MapUserCredentialEntity> getCredentials()
- Specified by:
getCredentialsin interfaceMapUserEntity
-
getCredential
public Optional<MapUserCredentialEntity> getCredential(String p0)
- Specified by:
getCredentialin interfaceMapUserEntity
-
setCredentials
public void setCredentials(List<MapUserCredentialEntity> p0)
- Specified by:
setCredentialsin interfaceMapUserEntity
-
addCredential
public void addCredential(MapUserCredentialEntity p0)
- Specified by:
addCredentialin interfaceMapUserEntity
-
removeCredential
public Boolean removeCredential(MapUserCredentialEntity p0)
- Specified by:
removeCredentialin interfaceMapUserEntity
-
removeCredential
public Boolean removeCredential(String p0)
- Specified by:
removeCredentialin interfaceMapUserEntity
-
getFederatedIdentities
public Set<MapUserFederatedIdentityEntity> getFederatedIdentities()
- Specified by:
getFederatedIdentitiesin interfaceMapUserEntity
-
getFederatedIdentity
public Optional<MapUserFederatedIdentityEntity> getFederatedIdentity(String p0)
- Specified by:
getFederatedIdentityin interfaceMapUserEntity
-
setFederatedIdentities
public void setFederatedIdentities(Set<MapUserFederatedIdentityEntity> p0)
- Specified by:
setFederatedIdentitiesin interfaceMapUserEntity
-
addFederatedIdentity
public void addFederatedIdentity(MapUserFederatedIdentityEntity p0)
- Specified by:
addFederatedIdentityin interfaceMapUserEntity
-
removeFederatedIdentity
public Boolean removeFederatedIdentity(MapUserFederatedIdentityEntity p0)
- Specified by:
removeFederatedIdentityin interfaceMapUserEntity
-
removeFederatedIdentity
public Boolean removeFederatedIdentity(String p0)
- Specified by:
removeFederatedIdentityin interfaceMapUserEntity
-
getUserConsents
public Set<MapUserConsentEntity> getUserConsents()
- Specified by:
getUserConsentsin interfaceMapUserEntity
-
getUserConsent
public Optional<MapUserConsentEntity> getUserConsent(String p0)
- Specified by:
getUserConsentin interfaceMapUserEntity
-
setUserConsents
public void setUserConsents(Set<MapUserConsentEntity> p0)
- Specified by:
setUserConsentsin interfaceMapUserEntity
-
addUserConsent
public void addUserConsent(MapUserConsentEntity p0)
- Specified by:
addUserConsentin interfaceMapUserEntity
-
removeUserConsent
public Boolean removeUserConsent(MapUserConsentEntity p0)
- Specified by:
removeUserConsentin interfaceMapUserEntity
-
removeUserConsent
public Boolean removeUserConsent(String p0)
- Specified by:
removeUserConsentin interfaceMapUserEntity
-
getGroupsMembership
public Set<String> getGroupsMembership()
- Specified by:
getGroupsMembershipin interfaceMapUserEntity
-
setGroupsMembership
public void setGroupsMembership(Set<String> p0)
- Specified by:
setGroupsMembershipin interfaceMapUserEntity
-
addGroupsMembership
public void addGroupsMembership(String p0)
- Specified by:
addGroupsMembershipin interfaceMapUserEntity
-
removeGroupsMembership
public void removeGroupsMembership(String p0)
- Specified by:
removeGroupsMembershipin interfaceMapUserEntity
-
getRolesMembership
public Set<String> getRolesMembership()
- Specified by:
getRolesMembershipin interfaceMapUserEntity
-
setRolesMembership
public void setRolesMembership(Set<String> p0)
- Specified by:
setRolesMembershipin interfaceMapUserEntity
-
addRolesMembership
public void addRolesMembership(String p0)
- Specified by:
addRolesMembershipin interfaceMapUserEntity
-
removeRolesMembership
public void removeRolesMembership(String p0)
- Specified by:
removeRolesMembershipin interfaceMapUserEntity
-
getFederationLink
public String getFederationLink()
- Specified by:
getFederationLinkin interfaceMapUserEntity
-
setFederationLink
public void setFederationLink(String p0)
- Specified by:
setFederationLinkin interfaceMapUserEntity
-
getServiceAccountClientLink
public String getServiceAccountClientLink()
- Specified by:
getServiceAccountClientLinkin interfaceMapUserEntity
-
setServiceAccountClientLink
public void setServiceAccountClientLink(String p0)
- Specified by:
setServiceAccountClientLinkin interfaceMapUserEntity
-
getNotBefore
public Long getNotBefore()
- Specified by:
getNotBeforein interfaceMapUserEntity
-
setNotBefore
public void setNotBefore(Long p0)
- Specified by:
setNotBeforein interfaceMapUserEntity
-
-