|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.core.connections.ConnectionUtilities
public class ConnectionUtilities
Utilities to assist with IConnectable
credentials.
Constructor Summary | |
---|---|
ConnectionUtilities()
|
Method Summary | |
---|---|
static CredentialsConfiguration |
getCredentialsConfiguration(IConnectable connectable)
Get the credentials configuration for an IConnectable |
static java.lang.String |
getPassword(IConnectable connectable)
Get the password for an IConnectable |
static java.lang.String |
getUserID(IConnectable connectable)
Get the user ID for an IConnectable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionUtilities()
Method Detail |
---|
public static java.lang.String getPassword(IConnectable connectable)
connectable
- IConnectable
to retrieve the password for.public static java.lang.String getUserID(IConnectable connectable)
connectable
- IConnectable
to retrieve the user ID for.public static CredentialsConfiguration getCredentialsConfiguration(IConnectable connectable)
connectable
- IConnectable
to retrieve the password for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |