Uses of Class
org.wso2.am.integration.clients.admin.api.dto.KeyManagerInfoDTO
-
Packages that use KeyManagerInfoDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of KeyManagerInfoDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return KeyManagerInfoDTO Modifier and Type Method Description KeyManagerInfoDTOKeyManagerInfoDTO. description(String description)KeyManagerInfoDTOKeyManagerInfoDTO. enabled(Boolean enabled)KeyManagerInfoDTOKeyManagerInfoDTO. id(String id)KeyManagerInfoDTOKeyManagerInfoDTO. name(String name)KeyManagerInfoDTOKeyManagerInfoDTO. tokenType(KeyManagerInfoDTO.TokenTypeEnum tokenType)KeyManagerInfoDTOKeyManagerInfoDTO. type(String type)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type KeyManagerInfoDTO Modifier and Type Method Description List<KeyManagerInfoDTO>KeyManagerListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type KeyManagerInfoDTO Modifier and Type Method Description KeyManagerListDTOKeyManagerListDTO. list(List<KeyManagerInfoDTO> list)voidKeyManagerListDTO. setList(List<KeyManagerInfoDTO> list)
-