@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, setSurrogateAuthRequired
getAllowedClaimsMask, getName, getNotBefore, getRealmId, getRedirectUris, getScopeIds, getSecret, getWebOrigins, isEnabled, isFullScopeAllowed, isPublicClient, setAllowedClaimsMask, setEnabled, setFullScopeAllowed, setName, setNotBefore, setPublicClient, setRealmId, setRedirectUris, setScopeIds, setSecret, setWebOrigins
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 © 2015. All Rights Reserved.