@MongoCollection(collectionName="resource-servers") public class ResourceServerEntity extends AbstractIdentifiableEntity implements MongoIdentifiableEntity
id| Constructor and Description |
|---|
ResourceServerEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterRemove(MongoStoreInvocationContext invocationContext)
Lifecycle callback, which is called after removal of this object from Mongo.
|
String |
getClientId() |
PolicyEnforcementMode |
getPolicyEnforcementMode() |
boolean |
isAllowRemoteResourceManagement() |
void |
setAllowRemoteResourceManagement(boolean allowRemoteResourceManagement) |
void |
setClientId(String clientId) |
void |
setPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode) |
equals, getId, hashCode, setId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetId, setIdpublic String getClientId()
public void setClientId(String clientId)
public boolean isAllowRemoteResourceManagement()
public void setAllowRemoteResourceManagement(boolean allowRemoteResourceManagement)
public PolicyEnforcementMode getPolicyEnforcementMode()
public void setPolicyEnforcementMode(PolicyEnforcementMode policyEnforcementMode)
public void afterRemove(MongoStoreInvocationContext invocationContext)
MongoIdentifiableEntityafterRemove in interface MongoIdentifiableEntityCopyright © 2016 JBoss by Red Hat. All rights reserved.