| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static KeyManagerDTO.TokenTypeEnum |
KeyManagerDTO.TokenTypeEnum.fromValue(String value) |
KeyManagerDTO.TokenTypeEnum |
KeyManagerDTO.getTokenType()
The type of the tokens to be used (exchanged or without exchanged).
|
KeyManagerDTO.TokenTypeEnum |
KeyManagerDTO.TokenTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static KeyManagerDTO.TokenTypeEnum |
KeyManagerDTO.TokenTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyManagerDTO.TokenTypeEnum[] |
KeyManagerDTO.TokenTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyManagerDTO.setTokenType(KeyManagerDTO.TokenTypeEnum tokenType) |
KeyManagerDTO |
KeyManagerDTO.tokenType(KeyManagerDTO.TokenTypeEnum tokenType) |
void |
KeyManagerDTO.TokenTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
KeyManagerDTO.TokenTypeEnum enumeration) |
Copyright © 2022 WSO2 Inc. All rights reserved.