Enterprise Information Portal APIs

com.ibm.mm.beans
Class CMBAuthenticationData

java.lang.Object
  |
  +--com.ibm.mm.beans.CMBAuthenticationData
All Implemented Interfaces:
java.io.Serializable

public class CMBAuthenticationData
extends java.lang.Object
implements java.io.Serializable

This is a wrapper for the DKAuthenticationData object This class holds the credential object for single sign-on support, as well as the federated user mappings

Since:
7.2
See Also:
DKAuthenticationData, Serialized Form

Constructor Summary
CMBAuthenticationData(com.ibm.mm.sdk.common.DKAuthenticationData data)
           
 
Method Summary
 java.lang.Object getCredential()
           
 com.ibm.mm.sdk.common.DKAuthenticationData getDKAuthData()
           
 java.lang.String getMappedPassword()
           
 java.lang.String getMappedUserid()
           
 void setCredential(java.lang.Object cred)
           
 void setDKAuthData(com.ibm.mm.sdk.common.DKAuthenticationData data)
           
 void setMappedPassword(java.lang.String pw)
           
 void setMappedUserid(java.lang.String uid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBAuthenticationData

public CMBAuthenticationData(com.ibm.mm.sdk.common.DKAuthenticationData data)
Method Detail

setDKAuthData

public void setDKAuthData(com.ibm.mm.sdk.common.DKAuthenticationData data)

getDKAuthData

public com.ibm.mm.sdk.common.DKAuthenticationData getDKAuthData()

setCredential

public void setCredential(java.lang.Object cred)

getCredential

public java.lang.Object getCredential()

setMappedUserid

public void setMappedUserid(java.lang.String uid)

getMappedUserid

public java.lang.String getMappedUserid()

setMappedPassword

public void setMappedPassword(java.lang.String pw)

getMappedPassword

public java.lang.String getMappedPassword()

EIP JavaBeans

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