Index

DKUserMapDataFed

Purpose:

The DKUserMapDataFed class represents user map data.

Class summary:

class DKUserMapDataFed 
{
public:
DKUserMapDataFed ();
 
    DKString getFedUserName () const;
    void setFedUserName (const char* name);
    DKString getMapUserName () const;
    void setMapUserName (const char* name);
    DKString getMapPassword () const;
    void setMapPassword (const char* name);
    DKString getMapServerName () const;
    void setMapServerName(const char* name);
    DKString getMapServerType () const;
    void setMapServerType(const char* name);
    int getUserID () const;
    void setUserID (int id);
    int getServerID () const;
    void setServerID (int id);
};

Members:

Constructor
This is the default constructor.
	DKUserMapDataFed ();
 

Member functions

getFedUserName
Gets the federated user name.
DKString getFedUserName () const;

setFedUserName
Sets the federated user name.
void setFedUserName (const char* name);

getMapUserName
Gets the mapped username.
DKString getMapUserName () const;

setMapUserName
Sets the mapped username.
void setMapUserName (const char* name);

getMapPassword
Gets the mapped password.
DKString getMapPassword () const;

setMapPassword
Sets the mapped password.
void setMapPassword (const char* name);

getMapServerName
Gets the mapped server name.
DKString getMapServerName () const;

setMapServerName
Sets the mapped server name.
void setMapServerName(const char* name);

getMapServerType
Gets the mapped server type.
DKString getMapServerType () const;

setMapServerType
Sets the mapped server type.
void setMapServerType(const char* name);

getUserID
Gets the user identifier.
int getUserID () const;

setUserID
Sets the user identifier.
void setUserID (int id);

getServerID
Gets the server identifier.
int getServerID () const;

setServerID
Sets the server identifier.
void setServerID (int id);

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.