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.

Copyright (c) SAP 2002

Version:
$Revision: 1.0$

Method Summary
 boolean enrich(java.net.HttpURLConnection url)
           
 java.util.Map getCredentialAttributes()
          Returns different attributes associated with the credentials
 java.lang.String getSystemId()
          Returns the system id of the groupware server
 com.sapportals.portal.security.usermanagement.IUser getUser()
          Returns the associated IUser object
 

Method Detail

enrich

public boolean enrich(java.net.HttpURLConnection url)

getCredentialAttributes

public java.util.Map getCredentialAttributes()
Returns different attributes associated with the credentials
Returns:
credential attributes

getSystemId

public java.lang.String getSystemId()
Returns the system id of the groupware server
Returns:
system id

getUser

public com.sapportals.portal.security.usermanagement.IUser getUser()
Returns the associated IUser object
Returns:
IUser