org.hibersap.session
Class Credentials
java.lang.Object
org.hibersap.session.Credentials
public class Credentials
- extends java.lang.Object
Defines logon properties that may be used at runtime, when a new Session is created, to overwrite
configured properties. Use this for logon properties than can not be statically defined, i.e.
when a user has to enter his SAP user / password in a dialog or when the application supports
single sign-on.
When creating a new Session, only those fields that are set using the setter methods of this
class (i.e. which are not null) are used to overwrite the configured properties. All other
properties remain as configured.
The fields reflect the fields of JCoCustomDestination.UserData.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Credentials
public Credentials()
getUser
public java.lang.String getUser()
setUser
public Credentials setUser(java.lang.String user)
getAliasUser
public java.lang.String getAliasUser()
setAliasUser
public Credentials setAliasUser(java.lang.String aliasUser)
getClient
public java.lang.String getClient()
setClient
public Credentials setClient(java.lang.String client)
getLanguage
public java.lang.String getLanguage()
setLanguage
public Credentials setLanguage(java.lang.String language)
getPassword
public java.lang.String getPassword()
setPassword
public Credentials setPassword(java.lang.String password)
getSsoTicket
public java.lang.String getSsoTicket()
setSsoTicket
public Credentials setSsoTicket(java.lang.String ssoTicket)
getX509Certificate
public java.lang.String getX509Certificate()
setX509Certificate
public Credentials setX509Certificate(java.lang.String certificate)
Copyright © 2009 Akquinet Tech@Spree GmbH. All Rights Reserved.