public interface Scope
| 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. |
void |
setIconUri(String iconUri)
Sets an icon
URI for this scope. |
void |
setName(String name)
Sets a name for this scope.
|
String getId()
String getName()
void setName(String name)
name - the name of this scopeResourceServer getResourceServer()
ResourceServer instance to where this scope belongs to.Copyright © 2016 JBoss by Red Hat. All rights reserved.