public class AuthV3Credentials extends Object
AuthConfig| Constructor and Description |
|---|
AuthV3Credentials(Scope scope,
String userId,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPassword() |
Scope |
getScope() |
String |
getUserId() |
int |
hashCode() |
boolean |
isDomainScoped()
Returns
true if these credentials are domain-scoped. |
boolean |
isProjectScoped()
Returns
true if these credentials are project-scoped. |
void |
validate()
Validates the configuration.
|
public boolean isDomainScoped()
true if these credentials are domain-scoped.public boolean isProjectScoped()
true if these credentials are project-scoped.public void validate()
throws IllegalArgumentException
IllegalArgumentException is thrown.IllegalArgumentExceptionCopyright © 2011–2015 elastisys. All rights reserved.