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