@MongoCollection(collectionName="users") public class MongoUserEntity extends UserEntity implements MongoIdentifiableEntity
id
Constructor and Description |
---|
MongoUserEntity() |
Modifier and Type | Method and Description |
---|---|
void |
afterRemove(MongoStoreInvocationContext context)
Lifecycle callback, which is called after removal of this object from Mongo.
|
String |
getEmailIndex() |
void |
setEmailIndex(String ignored) |
getAttributes, getCreatedTimestamp, getCredentials, getEmail, getFederatedIdentities, getFederationLink, getFirstName, getGroupIds, getLastName, getRealmId, getRequiredActions, getRoleIds, getServiceAccountClientLink, getUsername, isEmailVerified, isEnabled, isTotp, setAttributes, setCreatedTimestamp, setCredentials, setEmail, setEmailVerified, setEnabled, setFederatedIdentities, setFederationLink, setFirstName, setGroupIds, setLastName, setRealmId, setRequiredActions, setRoleIds, setServiceAccountClientLink, setTotp, setUsername
equals, getId, hashCode, setId, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
public String getEmailIndex()
public void setEmailIndex(String ignored)
public void afterRemove(MongoStoreInvocationContext context)
MongoIdentifiableEntity
afterRemove
in interface MongoIdentifiableEntity
Copyright © 2016 JBoss by Red Hat. All rights reserved.