|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.transport.legstar.config.HostCredentials
public class HostCredentials
Represents RACF-style credentials.
| Constructor Summary | |
|---|---|
HostCredentials(String username,
char[] password)
Creates a credential object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
char[] |
getPassword()
|
Object |
getRoles()
|
String |
getUserInfo()
|
String |
getUsername()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HostCredentials(String username,
char[] password)
username - the host user IDpassword - the host password| Method Detail |
|---|
public char[] getPassword()
getPassword in interface org.mule.api.security.Credentialspublic Object getRoles()
getRoles in interface org.mule.api.security.Credentialspublic String getUsername()
getUsername in interface org.mule.api.security.Credentialspublic String getUserInfo()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||