Package com.sap.conn.jco.server
Interface JCoServerAuthorizationData
public interface JCoServerAuthorizationData
Authorization parameters sent by the caller system
It will be passed to the
JCoServerSecurityHandler
on each call.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Authorization mode basic. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true is SSO ticket was supplied.
-
Field Details
-
AUTHORIZATION_MODE_BASIC
static final int AUTHORIZATION_MODE_BASICAuthorization mode basic.- See Also:
-
-
Method Details
-
isSSOBased
boolean isSSOBased()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()- Returns:
- SSO ticket if supplied or null
-