|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 CredentialsConfiguration s from this repository identified by the supplied id. |
void |
update(CredentialsConfiguration configuration)
Deprecated. Updates the supplied configuration in this repository. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
CredentialsConfiguration findCredentialsConfigurationByID(java.lang.String credentialsID)
CredentialsConfiguration
s from this repository identified by the supplied id.
CredentialsConfiguration
or null
if none can be found with the specified ID.void update(CredentialsConfiguration configuration)
configuration
- configuration to write, must not be null
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |