Class ElasticCredentials
- java.lang.Object
-
- org.opennms.features.jest.client.credentials.ElasticCredentials
-
public class ElasticCredentials extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ElasticCredentials()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.List<CredentialsScope>
getCredentialsScopes()
int
hashCode()
void
setCredentialsScopes(java.util.List<CredentialsScope> credentialsScopes)
ElasticCredentials
withCredentials(CredentialsScope credentialsScope)
-
-
-
Method Detail
-
getCredentialsScopes
public java.util.List<CredentialsScope> getCredentialsScopes()
-
setCredentialsScopes
public void setCredentialsScopes(java.util.List<CredentialsScope> credentialsScopes)
-
withCredentials
public ElasticCredentials withCredentials(CredentialsScope credentialsScope)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-