Uses of Class
org.wso2.am.integration.clients.admin.api.dto.KeyManagerDTO.TokenTypeEnum
-
Packages that use KeyManagerDTO.TokenTypeEnum Package Description org.wso2.am.integration.clients.admin.api.dto -
-
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.TokenTypeEnum Modifier and Type Method Description static KeyManagerDTO.TokenTypeEnumKeyManagerDTO.TokenTypeEnum. fromValue(String value)KeyManagerDTO.TokenTypeEnumKeyManagerDTO. getTokenType()The type of the tokens to be used (exchanged or without exchanged).KeyManagerDTO.TokenTypeEnumKeyManagerDTO.TokenTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static KeyManagerDTO.TokenTypeEnumKeyManagerDTO.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.Methods in org.wso2.am.integration.clients.admin.api.dto with parameters of type KeyManagerDTO.TokenTypeEnum Modifier and Type Method Description voidKeyManagerDTO. setTokenType(KeyManagerDTO.TokenTypeEnum tokenType)KeyManagerDTOKeyManagerDTO. tokenType(KeyManagerDTO.TokenTypeEnum tokenType)voidKeyManagerDTO.TokenTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, KeyManagerDTO.TokenTypeEnum enumeration)
-