com.ibm.cics.core.connections
Interface IConnectionCredentialsManager


public interface IConnectionCredentialsManager

Manages the relationship between ConnectionParameters and the credentials to be used when attempting to establish a connection.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void associate(java.lang.String connectionId, java.lang.String credentialsId)
          Associates a set of credentials with a connection.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

associate

void associate(java.lang.String connectionId,
               java.lang.String credentialsId)
Associates a set of credentials with a connection. Associating with a credentials ID of null removes any existing association for the supplied connection. If no credentials can be found with the given ID, the supplied connection has any existing association removed.

Parameters:
connectionId - the connection to associate credentials to
credentialsId - the credentials to associate


Copyright © 2013 IBM Corp. All Rights Reserved.