@InterfaceAudience.Private @InterfaceStability.Unstable public class Credential extends Object
<credential> element and its siblings inside workflow XML / XSD.
By assigning non-null field values, the resulting parent <workflow> will have its
optional <credential> element and its siblings filled.
This class is used only as part of a Workflow, isn't
to be used alone with Jobs API.
| Constructor and Description |
|---|
Credential(String name,
String type,
com.google.common.collect.ImmutableList<ConfigurationEntry> configurationEntries) |
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationEntry> |
getConfigurationEntries() |
String |
getName() |
String |
getType() |
public Credential(String name, String type, com.google.common.collect.ImmutableList<ConfigurationEntry> configurationEntries)
public String getName()
public String getType()
public List<ConfigurationEntry> getConfigurationEntries()
Copyright © 2021 Apache Software Foundation. All rights reserved.