Package | Description |
---|---|
edu.ucdavis.cstars.client | |
edu.ucdavis.cstars.client.layers |
Modifier and Type | Method and Description |
---|---|
Credential |
IdentityManagerBase.findCredential(java.lang.String url)
Returns the credential for the resource identified by the specified url.
|
Credential |
IdentityManagerBase.findCredential(java.lang.String url,
java.lang.String userId)
Returns the credential for the resource identified by the specified url.
|
Modifier and Type | Method and Description |
---|---|
Credential |
Layer.getCredential()
Provides credential information for the layer such as userid and token if the layer represents a
resource that is secured with token-based authentication.
|