|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Credentials | |
---|---|
org.hibersap.execution | |
org.hibersap.execution.jca | |
org.hibersap.execution.jca.cci | |
org.hibersap.execution.jco | |
org.hibersap.session |
Uses of Credentials in org.hibersap.execution |
---|
Methods in org.hibersap.execution with parameters of type Credentials | |
---|---|
void |
Connection.setCredentials(Credentials credentials)
Set the credentials for the session. |
Uses of Credentials in org.hibersap.execution.jca |
---|
Methods in org.hibersap.execution.jca with parameters of type Credentials | |
---|---|
void |
JCAConnection.setCredentials(Credentials credentials)
|
Uses of Credentials in org.hibersap.execution.jca.cci |
---|
Methods in org.hibersap.execution.jca.cci with parameters of type Credentials | |
---|---|
javax.resource.cci.ConnectionSpec |
SapBapiJcaAdapterConnectionSpecFactory.createConnectionSpec(Credentials credentials)
|
javax.resource.cci.ConnectionSpec |
ConnectionSpecFactory.createConnectionSpec(Credentials credentials)
Creates an instance of the ConnectionSpec implementation using the specified credentials. |
Uses of Credentials in org.hibersap.execution.jco |
---|
Methods in org.hibersap.execution.jco with parameters of type Credentials | |
---|---|
void |
JCoConnection.setCredentials(Credentials credentials)
Set the credentials for the session. |
Uses of Credentials in org.hibersap.session |
---|
Methods in org.hibersap.session that return Credentials | |
---|---|
Credentials |
Credentials.setAliasUser(String aliasUser)
|
Credentials |
Credentials.setClient(String client)
|
Credentials |
Credentials.setLanguage(String language)
|
Credentials |
Credentials.setPassword(String password)
|
Credentials |
Credentials.setSsoTicket(String ssoTicket)
|
Credentials |
Credentials.setUser(String user)
|
Credentials |
Credentials.setX509Certificate(String certificate)
|
Methods in org.hibersap.session with parameters of type Credentials | |
---|---|
Session |
SessionManagerImpl.openSession(Credentials credentials)
|
Session |
SessionManager.openSession(Credentials credentials)
Open a Session using a newly created connection to SAP, providing user credentials. |
Constructors in org.hibersap.session with parameters of type Credentials | |
---|---|
SessionImpl(SessionManagerImplementor sessionManager,
Credentials credentials)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |