com.ibm.cics.core.comm
Interface ICredentialsConfigurationStore

All Known Subinterfaces:
ICredentialsManager

Deprecated.

@Deprecated
public interface ICredentialsConfigurationStore

A repository for credentials. Migrated to the com.ibm.cics.core.connections plugin.


Field Summary
static java.lang.String COPYRIGHT
          Deprecated.  
 
Method Summary
 CredentialsConfiguration findCredentialsConfigurationByID(java.lang.String credentialsID)
          Deprecated. Locate a set of CredentialsConfigurations from this repository identified by the supplied id.
 void update(CredentialsConfiguration configuration)
          Deprecated. Updates the supplied configuration in this repository.
 

Field Detail

COPYRIGHT

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

findCredentialsConfigurationByID

CredentialsConfiguration findCredentialsConfigurationByID(java.lang.String credentialsID)
Deprecated. 
Locate a set of CredentialsConfigurations from this repository identified by the supplied id.

Returns:
a CredentialsConfiguration or null if none can be found with the specified ID.

update

void update(CredentialsConfiguration configuration)
Deprecated. 
Updates the supplied configuration in this repository. If the configuration does not already exist, it is created. If an existing configuration is found with the same id, it is overwritten if it has changed.

Parameters:
configuration - configuration to write, must not be null.


Copyright © 2013 IBM Corp. All Rights Reserved.