public class CachedScope extends Object implements Scope
| Constructor and Description |
|---|
CachedScope(Scope scope) |
CachedScope(String id) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ResourceServer |
getResourceServer()
Returns the
ResourceServer instance to where this scope belongs to. |
String |
getResourceServerId() |
void |
setIconUri(String iconUri)
Sets an icon
URI for this scope. |
void |
setName(String name)
Sets a name for this scope.
|
public CachedScope(Scope scope)
public CachedScope(String id)
public String getId()
Scopepublic 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 ResourceServer getResourceServer()
ScopeResourceServer instance to where this scope belongs to.getResourceServer in interface Scopepublic String getResourceServerId()
Copyright © 2016 JBoss by Red Hat. All rights reserved.