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. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
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 tocredentialsId
- the credentials to associate
Copyright © 2013 IBM Corp. All Rights Reserved.