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