Package | Description |
---|---|
edu.ucdavis.cstars.client |
Modifier and Type | Method and Description |
---|---|
ServerInfo |
IdentityManagerBase.findServerInfo(java.lang.String url)
Returns information about the server that is hosting the specified url.
|
ServerInfo |
IdentityManagerBase.RedirectionInfo.getServerInfo()
ServerInfo object describing the server where the secure resource is hosted.
|
Modifier and Type | Method and Description |
---|---|
Deferred |
IdentityManagerBase.generateToken(ServerInfo serverInfo,
com.google.gwt.core.client.JavaScriptObject userInfo)
Returns an object containing a token and its expiration time.
|
void |
IdentityManagerBase.registerServers(ServerInfo serverInfos)
Register secure servers and the token endpoints.
|
Deferred |
IdentityManagerBase.signIn(java.lang.String url,
ServerInfo serverInfo)
Sub-classes must implement this method to create and manager the user interface that is used to obtain a username and password
from the end-user.
|