BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.auth.login
Class PasswordCredential

java.lang.Object
  |
  +--weblogic.security.auth.login.PasswordCredential

public class PasswordCredential
extends java.lang.Object

PasswordCredential module

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
PasswordCredential(java.lang.String username, java.lang.String password)
          Create a password credential for use in the private credentials.
 
Method Summary
 java.lang.String getPassword()
          Get the password
 java.lang.String getUsername()
          Get the user name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordCredential

public PasswordCredential(java.lang.String username,
                          java.lang.String password)
Create a password credential for use in the private credentials.
Method Detail

getUsername

public java.lang.String getUsername()
Get the user name

getPassword

public java.lang.String getPassword()
Get the password

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b