public class Credentials extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Credentials.Builder<T extends Credentials> |
| Modifier and Type | Field and Description |
|---|---|
String |
credential |
String |
identity |
| Constructor and Description |
|---|
Credentials(String identity,
String credential) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Credentials.Builder<? extends Credentials> |
toBuilder() |
String |
toString() |
public Credentials.Builder<? extends Credentials> toBuilder()
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.