@Entity public class ScopeEntity extends Object implements Scope
| Constructor and Description |
|---|
ScopeEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIconUri()
Returns an icon
URI for this scope. |
String |
getId()
Returns the unique identifier for this instance.
|
String |
getName()
Returns the name of this scope.
|
List<? extends Policy> |
getPolicies() |
ResourceServerEntity |
getResourceServer()
Returns the
ResourceServer instance to where this scope belongs to. |
int |
hashCode() |
void |
setIconUri(String iconUri)
Sets an icon
URI for this scope. |
void |
setId(String id) |
void |
setName(String name)
Sets a name for this scope.
|
void |
setPolicies(List<PolicyEntity> policies) |
void |
setResourceServer(ResourceServerEntity resourceServer) |
public String getId()
Scopepublic void setId(String id)
public String getName()
Scopepublic void setName(String name)
Scopepublic String getIconUri()
ScopeURI for this scope.getIconUri in interface Scopepublic void setIconUri(String iconUri)
ScopeURI for this scope.setIconUri in interface Scopepublic ResourceServerEntity getResourceServer()
ScopeResourceServer instance to where this scope belongs to.getResourceServer in interface Scopepublic void setPolicies(List<PolicyEntity> policies)
public void setResourceServer(ResourceServerEntity resourceServer)
Copyright © 2016 JBoss by Red Hat. All rights reserved.