@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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, setId
public 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)
MongoIdentifiableEntity
afterRemove
in interface MongoIdentifiableEntity
Copyright © 2016 JBoss by Red Hat. All rights reserved.