@MongoCollection(collectionName="applications") @MongoIndex(fields={"realmId","name"}, unique=true) public class MongoApplicationEntity extends ApplicationEntity implements MongoIdentifiableEntity
| Constructor and Description |
|---|
MongoApplicationEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRemove(MongoStoreInvocationContext context)
Lifecycle callback, which is called after removal of this object from Mongo.
|
getBaseUrl, getDefaultRoles, getManagementUrl, isBearerOnly, isSurrogateAuthRequired, setBaseUrl, setBearerOnly, setDefaultRoles, setManagementUrl, setSurrogateAuthRequiredgetAllowedClaimsMask, getName, getNotBefore, getRealmId, getRedirectUris, getScopeIds, getSecret, getWebOrigins, isEnabled, isPublicClient, setAllowedClaimsMask, setEnabled, setName, setNotBefore, setPublicClient, setRealmId, setRedirectUris, setScopeIds, setSecret, setWebOriginsequals, getId, hashCode, setId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setIdpublic void afterRemove(MongoStoreInvocationContext context)
MongoIdentifiableEntityafterRemove in interface MongoIdentifiableEntityCopyright © 2014. All Rights Reserved.