@MongoCollection(collectionName="oauthClients") @MongoIndex(fields={"realmId","name"}, unique=true) public class MongoOAuthClientEntity extends OAuthClientEntity implements MongoIdentifiableEntity
directGrantsOnly
Constructor and Description |
---|
MongoOAuthClientEntity() |
Modifier and Type | Method and Description |
---|---|
void |
afterRemove(MongoStoreInvocationContext context)
Lifecycle callback, which is called after removal of this object from Mongo.
|
isDirectGrantsOnly, setDirectGrantsOnly
getAllowedClaimsMask, getName, getNotBefore, getRealmId, getRedirectUris, getScopeIds, getSecret, getWebOrigins, isEnabled, isPublicClient, setAllowedClaimsMask, setEnabled, 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 © 2014. All Rights Reserved.