Uses of Class
com.gpudb.protocol.ShowCredentialResponse
-
Packages that use ShowCredentialResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowCredentialResponse in com.gpudb
Methods in com.gpudb that return ShowCredentialResponse Modifier and Type Method Description ShowCredentialResponseGPUdb. showCredential(ShowCredentialRequest request)Shows information about a specified credential or all credentials.ShowCredentialResponseGPUdb. showCredential(String credentialName, Map<String,String> options)Shows information about a specified credential or all credentials. -
Uses of ShowCredentialResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowCredentialResponse Modifier and Type Method Description ShowCredentialResponseShowCredentialResponse. setAdditionalInfo(List<Map<String,String>> additionalInfo)Additional information about the respective credential incredentialNames.ShowCredentialResponseShowCredentialResponse. setCredentialIdentities(List<String> credentialIdentities)A list of each credential's identity.ShowCredentialResponseShowCredentialResponse. setCredentialNames(List<String> credentialNames)A list of all credential names.ShowCredentialResponseShowCredentialResponse. setCredentials(List<String> credentials)A list of each credential's create_credential_request JSON encoded structure.ShowCredentialResponseShowCredentialResponse. setCredentialTypes(List<String> credentialTypes)A list of each credential's type.ShowCredentialResponseShowCredentialResponse. setInfo(Map<String,String> info)Additional information.
-