public class PooledSession extends Object implements com.saperion.connector.authentication.Session
SaClassicConnector instance.| Constructor and Description |
|---|
PooledSession(com.saperion.connector.authentication.Session session,
SaClassicConnector connector)
Creates a new pooled session.
|
| Modifier and Type | Method and Description |
|---|---|
SaClassicConnector |
connection() |
com.saperion.connector.authentication.Session |
getDelegate() |
com.saperion.connector.authentication.LicenseType |
license() |
String |
tenant() |
int |
token() |
String |
username() |
public PooledSession(com.saperion.connector.authentication.Session session,
SaClassicConnector connector)
session - the session used as delegateconnector - the SaClassicConnector to be used in the pooled sessionpublic int token()
token in interface com.saperion.connector.authentication.Sessionpublic String username()
username in interface com.saperion.connector.authentication.Sessionpublic String tenant()
tenant in interface com.saperion.connector.authentication.Sessionpublic com.saperion.connector.authentication.LicenseType license()
license in interface com.saperion.connector.authentication.Sessionpublic SaClassicConnector connection()
SaClassicConnector instance used in this pooled sessionpublic com.saperion.connector.authentication.Session getDelegate()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.