public static class CredentialStorePlugin.Credentials extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
indUserSpecificResource
Indicates if the user is specific to the resource, embedded in the resource, as
is often the case in URL (e.g.,
https://<user>@<server>/...). |
String |
password
Password.
|
String |
resource
Resource for which the credentials apply.
|
String |
user
User.
|
| Constructor and Description |
|---|
Credentials() |
public String resource
public String user
public String password
public boolean indUserSpecificResource
https://<user>@<server>/...).Copyright © 2015–2017 AZYVA INC.. All rights reserved.