|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.content.federated.RepositoryCredential
public class RepositoryCredential
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 |
|---|
public RepositoryCredential(String userName,
char[] password)
| Method Detail |
|---|
public String getUserName()
public char[] getPassword()
public String toString()
toString in class Object
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||