@MongoCollection(collectionName="realms") @MongoIndex(fields="name", unique=true) public class MongoRealmEntity extends RealmEntity implements MongoIdentifiableEntity
Constructor and Description |
---|
MongoRealmEntity() |
Modifier and Type | Method and Description |
---|---|
void |
afterRemove(MongoStoreInvocationContext context)
Lifecycle callback, which is called after removal of this object from Mongo.
|
getAccessCodeLifespan, getAccessCodeLifespanUserAction, getAccessTokenLifespan, getAccountTheme, getAdminAppId, getAdminTheme, getAuditExpiration, getAuditListeners, getAuthenticationProviders, getDefaultRoles, getEmailTheme, getFailureFactor, getLdapServerConfig, getLoginTheme, getMaxDeltaTimeSeconds, getMaxFailureWaitSeconds, getMinimumQuickLoginWaitSeconds, getName, getNotBefore, getPasswordPolicy, getPrivateKeyPem, getPublicKeyPem, getQuickLoginCheckMilliSeconds, getRequiredCredentials, getSmtpConfig, getSocialConfig, getSsoSessionIdleTimeout, getSsoSessionMaxLifespan, getWaitIncrementSeconds, isAuditEnabled, isBruteForceProtected, isEnabled, isPasswordCredentialGrantAllowed, isRegistrationAllowed, isRememberMe, isResetPasswordAllowed, isSocial, isSslNotRequired, isUpdateProfileOnInitialSocialLogin, isVerifyEmail, setAccessCodeLifespan, setAccessCodeLifespanUserAction, setAccessTokenLifespan, setAccountTheme, setAdminAppId, setAdminTheme, setAuditEnabled, setAuditExpiration, setAuditListeners, setAuthenticationProviders, setBruteForceProtected, setDefaultRoles, setEmailTheme, setEnabled, setFailureFactor, setLdapServerConfig, setLoginTheme, setMaxDeltaTimeSeconds, setMaxFailureWaitSeconds, setMinimumQuickLoginWaitSeconds, setName, setNotBefore, setPasswordCredentialGrantAllowed, setPasswordPolicy, setPrivateKeyPem, setPublicKeyPem, setQuickLoginCheckMilliSeconds, setRegistrationAllowed, setRememberMe, setRequiredCredentials, setResetPasswordAllowed, setSmtpConfig, setSocial, setSocialConfig, setSslNotRequired, setSsoSessionIdleTimeout, setSsoSessionMaxLifespan, setUpdateProfileOnInitialSocialLogin, setVerifyEmail, setWaitIncrementSeconds
equals, getId, hashCode, setId, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
public void afterRemove(MongoStoreInvocationContext context)
MongoIdentifiableEntity
afterRemove
in interface MongoIdentifiableEntity
Copyright © 2014. All Rights Reserved.