Uses of Class
com.ibm.cics.core.comm.CredentialsConfiguration

Packages that use CredentialsConfiguration
com.ibm.cics.core.comm   
com.ibm.cics.core.connections   
 

Uses of CredentialsConfiguration in com.ibm.cics.core.comm
 

Methods in com.ibm.cics.core.comm that return CredentialsConfiguration
static CredentialsConfiguration CredentialsConfiguration.createCredentialsConfigurationWithNewId(java.lang.String name, java.lang.String userID, java.lang.String password, boolean savePwd)
          Creates new CredentialsConfiguration, automatically generating a new unique ID.
 CredentialsConfiguration ICredentialsConfigurationStore.findCredentialsConfigurationByID(java.lang.String credentialsID)
          Deprecated. Locate a set of CredentialsConfigurations from this repository identified by the supplied id.
 

Methods in com.ibm.cics.core.comm with parameters of type CredentialsConfiguration
 void ICredentialsConfigurationStore.update(CredentialsConfiguration configuration)
          Deprecated. Updates the supplied configuration in this repository.
 

Constructors in com.ibm.cics.core.comm with parameters of type CredentialsConfiguration
CredentialsConfiguration(CredentialsConfiguration other)
          Constructor for a new CredentialsConfiguration to be cloned from an existing CredentialsConfiguration
 

Uses of CredentialsConfiguration in com.ibm.cics.core.connections
 

Methods in com.ibm.cics.core.connections that return CredentialsConfiguration
 CredentialsConfiguration ICredentialsManager.findCredentialsConfigurationByID(java.lang.String credentialsID)
          Locate a set of CredentialsConfigurations from this repository identified by the supplied id.
 CredentialsConfiguration ConnectionProfile.getCredentials()
           
 CredentialsConfiguration CredentialsManagerListener.CredentialAddedEvent.getCredentialsConfiguration()
           
static CredentialsConfiguration ConnectionUtilities.getCredentialsConfiguration(IConnectable connectable)
          Get the credentials configuration for an IConnectable
 CredentialsConfiguration CredentialsManagerListener.CredentialModifiedEvent.getExisting()
           
 CredentialsConfiguration CredentialsManagerListener.CredentialRemovedEvent.getRemoved()
           
 CredentialsConfiguration CredentialsManagerListener.CredentialModifiedEvent.getReplacement()
          the replacement credentials
 

Methods in com.ibm.cics.core.connections that return types with arguments of type CredentialsConfiguration
 java.util.Collection<CredentialsConfiguration> ICredentialsManager.getAllCredentials()
           
 

Methods in com.ibm.cics.core.connections with parameters of type CredentialsConfiguration
 void IConnectionUserInterfaceService.editCredentialsConfiguration(CredentialsConfiguration credentialsConfiguration)
          Show the UI to let the user edit credentials configuration
 void ICredentialsManager.setAuthenticatedInThisSession(CredentialsConfiguration configuration, boolean success)
          Deprecated. clients should use ICredentialsManager.update(CredentialsConfiguration, boolean) specifying "true" to force a credential into the authenticated cache, as this method does not fire events.
 void ICredentialsManager.update(CredentialsConfiguration configuration)
          Updates the supplied configuration in this repository.
 void ICredentialsManager.update(CredentialsConfiguration configuration, boolean authenticated)
          Updates the supplied configuration in this repository.
 

Constructors in com.ibm.cics.core.connections with parameters of type CredentialsConfiguration
ConnectionProfile(ConnectionParameters connectionParameters, IConnectionDescriptor descriptor, CredentialsConfiguration credentials, IConnectionProvider provider)
          Construct a new ConnectionParametrs object from its constituent parts
CredentialsManagerListener.CredentialAddedEvent(CredentialsConfiguration config)
           
CredentialsManagerListener.CredentialModifiedEvent(CredentialsConfiguration existing, CredentialsConfiguration replacement)
           
CredentialsManagerListener.CredentialRemovedEvent(CredentialsConfiguration removed)
           
 



Copyright © 2013 IBM Corp. All Rights Reserved.