BEA Systems, Inc.


weblogic.security
Class UsernameAndPassword

java.lang.Object
  |
  +--weblogic.security.UsernameAndPassword

public class UsernameAndPassword
extends java.lang.Object


Constructor Summary
UsernameAndPassword()
           
UsernameAndPassword(byte[] user, byte[] pwd)
           
 
Method Summary
 byte[] getPassword()
          Gets the password.
 byte[] getUsername()
          Gets the username.
 void setEncryption(weblogic.security.internal.encryption.ClearOrEncryptedService es)
           
 void setPassword(byte[] pwd)
           
 void setUsername(byte[] user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsernameAndPassword

public UsernameAndPassword(byte[] user,
                           byte[] pwd)

UsernameAndPassword

public UsernameAndPassword()
Method Detail

getUsername

public byte[] getUsername()
Gets the username.

setUsername

public void setUsername(byte[] user)

getPassword

public byte[] getPassword()
Gets the password.

setPassword

public void setPassword(byte[] pwd)

setEncryption

public void setEncryption(weblogic.security.internal.encryption.ClearOrEncryptedService es)

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

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference