com.ibm.cics.core.connections
Class CredentialsManagerListener.CredentialModifiedEvent
java.lang.Object
com.ibm.cics.core.connections.CredentialsManagerListener.CredentialsManagerEvent
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CredentialsManagerListener.CredentialModifiedEvent
public CredentialsManagerListener.CredentialModifiedEvent(CredentialsConfiguration existing,
CredentialsConfiguration replacement)
getExisting
public CredentialsConfiguration getExisting()
- Returns:
- the existing credentials
getReplacement
public CredentialsConfiguration getReplacement()
- the replacement credentials
- Returns:
Copyright © 2013 IBM Corp. All Rights Reserved.