com.ibm.cics.core.connections
Class CredentialsManagerListener.CredentialModifiedEvent

java.lang.Object
  extended by com.ibm.cics.core.connections.CredentialsManagerListener.CredentialsManagerEvent
      extended by com.ibm.cics.core.connections.CredentialsManagerListener.CredentialModifiedEvent
Enclosing class:
CredentialsManagerListener

public static class CredentialsManagerListener.CredentialModifiedEvent
extends CredentialsManagerListener.CredentialsManagerEvent

Indicates that the some credentials were modified

It should be noted that the replacement is not necessarily what you'll get if you try and recreate the credentials configuration from persistent storage, only that it is the configuration that was used to generate the persistent version.


Constructor Summary
CredentialsManagerListener.CredentialModifiedEvent(CredentialsConfiguration existing, CredentialsConfiguration replacement)
           
 
Method Summary
 CredentialsConfiguration getExisting()
           
 CredentialsConfiguration getReplacement()
          the replacement credentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsManagerListener.CredentialModifiedEvent

public CredentialsManagerListener.CredentialModifiedEvent(CredentialsConfiguration existing,
                                                          CredentialsConfiguration replacement)
Method Detail

getExisting

public CredentialsConfiguration getExisting()
Returns:
the existing credentials

getReplacement

public CredentialsConfiguration getReplacement()
the replacement credentials

Returns:


Copyright © 2013 IBM Corp. All Rights Reserved.