| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static KeyManagerInfoDTO.TokenTypeEnum |
KeyManagerInfoDTO.TokenTypeEnum.fromValue(String value) |
KeyManagerInfoDTO.TokenTypeEnum |
KeyManagerInfoDTO.getTokenType()
The type of the tokens to be used (exchanged or without exchanged).
|
KeyManagerInfoDTO.TokenTypeEnum |
KeyManagerInfoDTO.TokenTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static KeyManagerInfoDTO.TokenTypeEnum |
KeyManagerInfoDTO.TokenTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyManagerInfoDTO.TokenTypeEnum[] |
KeyManagerInfoDTO.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 |
KeyManagerInfoDTO.setTokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType) |
KeyManagerInfoDTO |
KeyManagerInfoDTO.tokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType) |
void |
KeyManagerInfoDTO.TokenTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
KeyManagerInfoDTO.TokenTypeEnum enumeration) |
Copyright © 2022 WSO2 Inc. All rights reserved.