com.ibm.websphere.security.auth
Class MappingAuthData
- java.lang.Object
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
Constructor and Description |
---|
MappingAuthData(java.lang.String userid,java.lang.String password)
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPassword()
|
|
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( )