Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiPrincipalList |
ClouderaManagerResourceApi.getKerberosPrincipals(Boolean missingOnly)
Returns the Kerberos principals needed by the services being managed by Cloudera Manager.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiPrincipalList> |
ClouderaManagerResourceApi.getKerberosPrincipalsWithHttpInfo(Boolean missingOnly)
Returns the Kerberos principals needed by the services being managed by Cloudera Manager.
|
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ClouderaManagerResourceApi.generateCredentialsAdhoc(ApiPrincipalList body)
Generate missing Kerberos credentials, optionally accepting a list of ad-hoc credentials to generate as well.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCredentialsAdhocAsync(ApiPrincipalList body,
ApiCallback<ApiCommand> callback)
Generate missing Kerberos credentials, optionally accepting a list of ad-hoc credentials to generate as well.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.generateCredentialsAdhocCall(ApiPrincipalList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for generateCredentialsAdhoc
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.generateCredentialsAdhocWithHttpInfo(ApiPrincipalList body)
Generate missing Kerberos credentials, optionally accepting a list of ad-hoc credentials to generate as well.
|
File |
ClouderaManagerResourceApi.retrieveKeytab(ApiPrincipalList body)
Retrieves a keytab for a list of principals.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.retrieveKeytabAsync(ApiPrincipalList body,
ApiCallback<File> callback)
Retrieves a keytab for a list of principals.
|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.retrieveKeytabCall(ApiPrincipalList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for retrieveKeytab
|
ApiResponse<File> |
ClouderaManagerResourceApi.retrieveKeytabWithHttpInfo(ApiPrincipalList body)
Retrieves a keytab for a list of principals.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClouderaManagerResourceApi.getKerberosPrincipalsAsync(Boolean missingOnly,
ApiCallback<ApiPrincipalList> callback)
Returns the Kerberos principals needed by the services being managed by Cloudera Manager.
|
Modifier and Type | Method and Description |
---|---|
ApiPrincipalList |
ApiPrincipalList.addItemsItem(String itemsItem) |
ApiPrincipalList |
ApiPrincipalList.items(List<String> items) |
Copyright © 2020. All rights reserved.