@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()
Scope
public void setId(String id)
public String getName()
Scope
public void setName(String name)
Scope
public String getIconUri()
Scope
URI
for this scope.getIconUri
in interface Scope
public void setIconUri(String iconUri)
Scope
URI
for this scope.setIconUri
in interface Scope
public ResourceServerEntity getResourceServer()
Scope
ResourceServer
instance to where this scope belongs to.getResourceServer
in interface Scope
public void setPolicies(List<PolicyEntity> policies)
public void setResourceServer(ResourceServerEntity resourceServer)
Copyright © 2016 JBoss by Red Hat. All rights reserved.