com.ibm.websphere.security.auth

Class MappingAuthData

  1. java.lang.Object
  2. extended bycom.ibm.websphere.security.auth.MappingAuthData

  1. public final class MappingAuthData
  2. 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

Constructor and Description
MappingAuthData(java.lang.String userid,java.lang.String password)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getPassword()
  1. 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

  1. public MappingAuthData(java.lang.String userid,
  2. java.lang.String password)

Method Detail

getUserName

  1. public java.lang.String getUserName( )

getPassword

  1. public java.lang.String getPassword( )