com.bea.dsp.management.beans
Class ServiceAccountConfig.Password

java.lang.Object
  extended by com.bea.dsp.management.beans.ServiceAccountConfig.Password
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ServiceAccountConfig

public static final class ServiceAccountConfig.Password
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ServiceAccountConfig.Password(byte[] password, boolean encrypted)
           
ServiceAccountConfig.Password(java.lang.String password)
          Stores the passed unencrypted password
 
Method Summary
static byte[] getBytesInDefaultEncoding(java.lang.String str)
           
 byte[] getPassword()
           
 boolean isEncrypted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAccountConfig.Password

public ServiceAccountConfig.Password(byte[] password,
                                     boolean encrypted)

ServiceAccountConfig.Password

public ServiceAccountConfig.Password(java.lang.String password)
Stores the passed unencrypted password

Parameters:
password -
Method Detail

getPassword

public byte[] getPassword()

isEncrypted

public boolean isEncrypted()

getBytesInDefaultEncoding

public static byte[] getBytesInDefaultEncoding(java.lang.String str)


Copyright © 2007 BEA Systems Inc. All Rights Reserved.