com.bea.content.federated
Class RepositoryCredential

java.lang.Object
  extended by com.bea.content.federated.RepositoryCredential

public class RepositoryCredential
extends Object

Simple class to hold a credential (username and password) for accessing a repository


Constructor Summary
RepositoryCredential(String userName, char[] password)
           
 
Method Summary
 char[] getPassword()
           
 String getUserName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryCredential

public RepositoryCredential(String userName,
                            char[] password)
Method Detail

getUserName

public String getUserName()

getPassword

public char[] getPassword()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011, Oracle. All rights reserved.