Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.rest |
Modifier and Type | Method and Description |
---|---|
Credentials |
Session.getCredentialsForRealm(java.lang.String realm)
Returns all credentials matching the given realm.
|
Credentials |
Session.getCredentialsForURL(java.lang.String url)
Returns all credentials matching the given URL.
|
Credentials |
Session.getCredentialsForURL(java.lang.String url,
java.lang.String realm)
Returns all credentials matching the given URL and realm.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.addCredentials(Credentials cred)
Adds new credentials to the set of credentials managed by the
Session |