Uses of Class
org.wso2.am.integration.clients.internal.api.dto.KeyManagerDTO
-
Packages that use KeyManagerDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of KeyManagerDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type KeyManagerDTO Modifier and Type Method Description List<KeyManagerDTO>DefaultApi. keymanagersGet(String xWSO2Tenant)An Array of key managers configured this will provide key managers configuredApiResponse<List<KeyManagerDTO>>DefaultApi. keymanagersGetWithHttpInfo(String xWSO2Tenant)An Array of key managers configured this will provide key managers configuredMethod parameters in org.wso2.am.integration.clients.internal.api with type arguments of type KeyManagerDTO Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. keymanagersGetAsync(String xWSO2Tenant, ApiCallback<List<KeyManagerDTO>> callback)An Array of key managers configured (asynchronously) this will provide key managers configured -
Uses of KeyManagerDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return KeyManagerDTO Modifier and Type Method Description KeyManagerDTOKeyManagerDTO. _configuration(Object _configuration)KeyManagerDTOKeyManagerDTO. enabled(Boolean enabled)KeyManagerDTOKeyManagerDTO. name(String name)KeyManagerDTOKeyManagerDTO. tenantDomain(String tenantDomain)KeyManagerDTOKeyManagerDTO. type(String type)
-