com.ibm.cics.core.connections
Class ConnectionUtilities

java.lang.Object
  extended by com.ibm.cics.core.connections.ConnectionUtilities

public class ConnectionUtilities
extends java.lang.Object

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

ConnectionUtilities

public ConnectionUtilities()
Method Detail

getPassword

public static java.lang.String getPassword(IConnectable connectable)
Get the password for an IConnectable

Parameters:
connectable - IConnectable to retrieve the password for.

getUserID

public static java.lang.String getUserID(IConnectable connectable)
Get the user ID for an IConnectable

Parameters:
connectable - IConnectable to retrieve the user ID for.

getCredentialsConfiguration

public static CredentialsConfiguration getCredentialsConfiguration(IConnectable connectable)
Get the credentials configuration for an IConnectable

Parameters:
connectable - IConnectable to retrieve the password for.


Copyright © 2013 IBM Corp. All Rights Reserved.