| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action | |
| org.apache.oozie.fluentjob.api.workflow |
| Modifier and Type | Method and Description |
|---|---|
List<Credential> |
Node.getCredentials()
Get the
Credential associated with this Node. |
| Modifier and Type | Method and Description |
|---|---|
B |
NodeBuilderBaseImpl.withCredential(Credential credential)
Registers a
Credential that will be the cred of the action built by this builder. |
B |
NodeBuilderBaseImpl.withoutCredential(Credential credential)
Removes a
Credential registered with this builder. |
| Modifier and Type | Method and Description |
|---|---|
Credential |
CredentialBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Credential> |
Credentials.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
static CredentialBuilder |
CredentialBuilder.createFromExisting(Credential credential) |
CredentialsBuilder |
CredentialsBuilder.withCredential(Credential credential) |
| Constructor and Description |
|---|
Credentials(com.google.common.collect.ImmutableList<Credential> credentials) |
Copyright © 2021 Apache Software Foundation. All rights reserved.