public class CredentialsScope extends Object
| Constructor and Description | 
|---|
CredentialsScope()  | 
CredentialsScope(String url,
                String username,
                String password)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getPassword()  | 
String | 
getUrl()  | 
String | 
getUsername()  | 
int | 
hashCode()  | 
void | 
setPassword(String password)  | 
void | 
setUrl(String url)  | 
void | 
setUsername(String username)  | 
Copyright © 2021. All rights reserved.