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
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 |
DKAuthenticationData
public DKAuthenticationData()
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
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.