Uses of Enum
org.wso2.am.integration.clients.admin.api.dto.KeyManagerInfoDTO.TokenTypeEnum
Packages that use KeyManagerInfoDTO.TokenTypeEnum
-
Uses of KeyManagerInfoDTO.TokenTypeEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return KeyManagerInfoDTO.TokenTypeEnumModifier and TypeMethodDescriptionKeyManagerInfoDTO.getTokenType()The type of the tokens to be used (exchanged or without exchanged).KeyManagerInfoDTO.TokenTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.Methods in org.wso2.am.integration.clients.admin.api.dto with parameters of type KeyManagerInfoDTO.TokenTypeEnumModifier and TypeMethodDescriptionvoidKeyManagerInfoDTO.setTokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType) KeyManagerInfoDTO.tokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType) voidKeyManagerInfoDTO.TokenTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, KeyManagerInfoDTO.TokenTypeEnum enumeration)