@InterfaceAudience.Private @InterfaceStability.Unstable public class Credentials extends Object
<credentials> element and its siblings inside workflow XML / XSD.
By assigning non-null field values, the resulting parent <workflow> will have its
optional <credentials> 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 |
|---|
Credentials(com.google.common.collect.ImmutableList<Credential> credentials) |
| Modifier and Type | Method and Description |
|---|---|
List<Credential> |
getCredentials() |
public Credentials(com.google.common.collect.ImmutableList<Credential> credentials)
public List<Credential> getCredentials()
Copyright © 2021 Apache Software Foundation. All rights reserved.