パッケージ | 説明 |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.system |
Provides the necessary container structure for the entire Omero system.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ome.model.meta.Session |
ISession.createSession(Principal principal,
java.lang.String credentials)
Creates a new session and returns it to the user.
|
ome.model.meta.Session |
ISession.createSessionWithTimeout(Principal principal,
long timeToLiveMilliseconds)
Allows an admin to create a
Session for the give
Principal |
ome.model.meta.Session |
ISession.createSessionWithTimeouts(Principal principal,
long timeToLiveMilliseconds,
long timeToIdleMilliseconds)
Allows an admin to create a
Session for the give
Principal |
修飾子とタイプ | フィールドと説明 |
---|---|
protected Principal |
SessionInitializer.principal
Principal given by the user
|
修飾子とタイプ | メソッドと説明 |
---|---|
Principal |
SessionInitializer.createPrincipal() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
SessionInitializer.setPrincipal(Principal principal) |