| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
Pair[] |
Scope.getAttributes()
Get attributes.
|
Pair[] |
Service.getMetadata()
Get metadata.
|
Pair |
Pair.setKey(String key)
Set the key of this pair.
|
Pair |
Pair.setValue(String value)
Set the value of this pair.
|
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.setAttributes(Pair[] attributes)
Set attributes.
|
Service |
Service.setMetadata(Pair[] metadata)
Set metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Scope |
Scope.setAttributes(Iterable<Pair> attributes)
Set attributes.
|
Copyright © 2019. All rights reserved.