| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| com.authlete.common.types |
Enum definitions and lists of pre-defined constants.
|
| Modifier and Type | Method and Description |
|---|---|
Display |
AuthorizationResponse.getDisplay()
Get the display mode which the client application requests
by
"display" request parameter. |
Display[] |
Service.getSupportedDisplays()
Get the supported values of
display parameter passed to
the authorization endpoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationResponse.setDisplay(Display display)
Set the display mode which the client application requires
by
"display" request parameter. |
Service |
Service.setSupportedDisplays(Display[] displays)
Set the supported values of
display parameter passed to
the authorization endpoint. |
| Modifier and Type | Method and Description |
|---|---|
static Display |
Display.getByValue(short value)
Find an instance of this enum by a value.
|
static Display |
Display.parse(String display)
Convert
String to Display. |
static Display[] |
Display.toArray(int bits) |
static Display |
Display.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Display[] |
Display.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Display> |
Display.toSet(Display[] array) |
static EnumSet<Display> |
Display.toSet(int bits) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Display> |
Display.toSet(Display[] array) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Display.toBits(EnumSet<Display> set) |
Copyright © 2019. All rights reserved.