Uses of Class
org.wso2.am.integration.clients.admin.api.dto.KeyManagerWellKnownResponseDTO
-
Packages that use KeyManagerWellKnownResponseDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of KeyManagerWellKnownResponseDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return KeyManagerWellKnownResponseDTO Modifier and Type Method Description KeyManagerWellKnownResponseDTOKeyManagerCollectionApi. keyManagersDiscoverPost(String url, String type)Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpointMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type KeyManagerWellKnownResponseDTO Modifier and Type Method Description ApiResponse<KeyManagerWellKnownResponseDTO>KeyManagerCollectionApi. keyManagersDiscoverPostWithHttpInfo(String url, String type)Retrieve Well-known information from Key Manager Well-known Endpoint Retrieve well-known information from key manager's well-known endpointMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type KeyManagerWellKnownResponseDTO Modifier and Type Method Description okhttp3.CallKeyManagerCollectionApi. keyManagersDiscoverPostAsync(String url, String type, ApiCallback<KeyManagerWellKnownResponseDTO> _callback)Retrieve Well-known information from Key Manager Well-known Endpoint (asynchronously) Retrieve well-known information from key manager's well-known endpoint -
Uses of KeyManagerWellKnownResponseDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return KeyManagerWellKnownResponseDTO Modifier and Type Method Description KeyManagerWellKnownResponseDTOKeyManagerWellKnownResponseDTO. valid(Boolean valid)KeyManagerWellKnownResponseDTOKeyManagerWellKnownResponseDTO. value(KeyManagerDTO value)
-