public interface Scope
Modifier and Type | Interface and Description |
---|---|
static class |
Scope.FilterOption |
static class |
Scope.SearchableFields |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Returns the end user friendly name for this scope.
|
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 |
setDisplayName(String name)
Sets an end user friendly name for this scope.
|
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 scopeString getDisplayName()
getName()
is returned.void setDisplayName(String name)
name
- the name of this scopeResourceServer getResourceServer()
ResourceServer
instance to where this scope belongs to.Copyright © 2021 JBoss by Red Hat. All rights reserved.