Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKAuthenticationData

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKAuthenticationData
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
DKAuthenticationData()
           
 
Method Summary
 java.lang.Object getCredential()
          Gets the credential object
 java.lang.String getMappedPassword()
          Gets the mapped password that is needed to logon to server
 java.lang.String getMappedUserid()
          Gets the mapped userid that is needed to logon to server
 void setCredential(java.lang.Object cred)
          Sets the credential that generated by JAAS getCredential() method
 void setMappedPassword(java.lang.String pw)
          Sets the mapped password that is needed to logon to server
 void setMappedUserid(java.lang.String uid)
          Sets the mapped userid that is needed to logon to server
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKAuthenticationData

public DKAuthenticationData()
Method Detail

setCredential

public void setCredential(java.lang.Object cred)
Sets the credential that generated by JAAS getCredential() method
Parameters:
cred - the JAAS credential format

getCredential

public java.lang.Object getCredential()
Gets the credential object
Returns:
a credential object

setMappedUserid

public void setMappedUserid(java.lang.String uid)
Sets the mapped userid that is needed to logon to server
Parameters:
uid - the mapped userid

getMappedUserid

public java.lang.String getMappedUserid()
Gets the mapped userid that is needed to logon to server
Returns:
the mapped userid

setMappedPassword

public void setMappedPassword(java.lang.String pw)
Sets the mapped password that is needed to logon to server
Parameters:
pw - the mapped password

getMappedPassword

public java.lang.String getMappedPassword()
Gets the mapped password that is needed to logon to server
Returns:
the mapped password

EIP Java APIs

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