IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.security.auth
Class MappingAuthData

java.lang.Object
  extended by com.ibm.websphere.security.auth.MappingAuthData

public final class MappingAuthData
extends java.lang.Object

The MappingAuthData class is used for passing authentication data and alias pairs to the SecurityAdmin MBean updateAuthDataCfg method to refresh the mapping table of the WebSphere Application Server default credential mapping function, DefaultPrincipalMapping.

Since:
WAS 6.0
Version:
WAS 6.0

Constructor Summary
MappingAuthData(java.lang.String userid, java.lang.String password)
           
 
Method Summary
 java.lang.String getPassword()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingAuthData

public MappingAuthData(java.lang.String userid,
                       java.lang.String password)
Method Detail

getUserName

public java.lang.String getUserName()

getPassword

public java.lang.String getPassword()

IBM WebSphere Application ServerTM
Release 7