com.sap.ip.collaboration.gw.api.framework.groupware

Interface IGroupwareCredentials


public interface IGroupwareCredentials

This interface encapsulates the credentials needed for connecting to a groupware server.


Method Summary
 boolean enrich(HttpURLConnection url)
          Enriches the HttpURLConnection with SSO Logon ticket.
 Map getCredentialAttributes()
          Returns different attributes associated with the credentials
 String getSystemId()
          Returns the system id of the groupware server
 com.sapportals.portal.security.usermanagement.IUser getUser()
          Deprecated. As of NetWeaver 7.1, replaced by getUserUME()
 String getUserMailId()
          Returns the e-mail Id of the associated IUser Object
 TimeZone getUserTimeZone()
          Returns the Time Zone of the associated IUser Object
 com.sap.security.api.IUser getUserUME()
          Returns the associated IUser object
 

Method Detail

getUser

com.sapportals.portal.security.usermanagement.IUser getUser()
Deprecated. As of NetWeaver 7.1, replaced by getUserUME()

Returns the associated IUser object

Returns:
IUser

getUserUME

com.sap.security.api.IUser getUserUME()
Returns the associated IUser object

Returns:
IUser the new UME4.0 IUser
Since:
NetWeaver 7.1

getUserMailId

String getUserMailId()
Returns the e-mail Id of the associated IUser Object

Returns:
String MailId

getUserTimeZone

TimeZone getUserTimeZone()
Returns the Time Zone of the associated IUser Object

Returns:
String MailId

getSystemId

String getSystemId()
Returns the system id of the groupware server

Returns:
system id

getCredentialAttributes

Map getCredentialAttributes()
Returns different attributes associated with the credentials

Returns:
credential attributes

enrich

boolean enrich(HttpURLConnection url)
Enriches the HttpURLConnection with SSO Logon ticket.

Returns:
true when method is executed without exception. false when If method is executed with exception.
See Also:
IUserMappingData.enrich
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-COLL [sap.com] tc/kmc/coll/gw api EP-KM-COL


Copyright 2012 SAP AG Complete Copyright Notice