Package com.sap.conn.jco.server
Interface JCoServerAuthorizationData
Deprecated.
Authorization parameters sent by the caller system
It will be passed to the
JCoServerSecurityHandler
for each remote function call.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.Authorization mode basic. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.boolean
Deprecated.Returns true is SSO ticket was supplied.
-
Field Details
-
AUTHORIZATION_MODE_BASIC
static final int AUTHORIZATION_MODE_BASICDeprecated.Authorization mode basic.- See Also:
-
-
Method Details
-
isSSOBased
boolean isSSOBased()Deprecated.Returns true is SSO ticket was supplied. In this case the getSSOTicket will return the SSO ticket sent by the caller system- Returns:
- true is SSO ticket was supplied
-
getSSOTicket
String getSSOTicket()Deprecated.- Returns:
- SSO ticket if supplied or null
-
JCoServerSecurityHandler.checkAuthorization(JCoServerContextInfo, JCoServerUserContext, String)