public static final class ConfigService.ConfigurationEntity extends Object
| Constructor and Description |
|---|
ConfigurationEntity() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getClient()
Retrieve the client id.
|
List<String> |
getScopes()
Get the available, configured scopes.
|
void |
setClient(BigInteger client)
Set a new client ID.
|
void |
setScopes(List<String> scopes)
Set the list of scopes.
|
public List<String> getScopes()
public void setScopes(List<String> scopes)
scopes - Set the new list of scopes.public BigInteger getClient()
public void setClient(BigInteger client)
client - The client ID.Copyright © 2018 krotscheck.net. All rights reserved.