All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.dips.sessauth.demo.SampleSimpleAuthenticatorCustomizer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----com.ibm.beans.samples.dips.sessauth.demo.SampleSimpleAuthenticatorCustomizer
- public class SampleSimpleAuthenticatorCustomizer
- extends Panel
- implements Customizer, ActionListener
This object allows customization of a sample authenticator. The sample authenticator is
customized using an AWT-based
interaction with a user. The two properties that are customizable are the valid values
for the User ID and Password. The values entered for the User ID and Password
during customization will be used to validate what the end user enters when they
instantiate the dippable bean.
- See Also:
- SampleSimpleAuthenticator
-
SampleSimpleAuthenticatorCustomizer()
- Constructs the Session Authentication Customizer.
-
actionPerformed(ActionEvent)
- Handle the OK and Cancel button actions.
-
addPropertyChangeListener(PropertyChangeListener)
- Register a listener for the PropertyChange event.
-
removePropertyChangeListener(PropertyChangeListener)
- Remove a listener from the PropertyChange event for the Sample Simple Authenticator.
-
setObject(Object)
- Sets the Sample Principal object this customizer is to customize.
SampleSimpleAuthenticatorCustomizer
public SampleSimpleAuthenticatorCustomizer()
- Constructs the Session Authentication Customizer.
setObject
public void setObject(Object objectToCustomize)
- Sets the Sample Principal object this customizer is to customize.
- Parameters:
- objectToCustomize - The SampleSimpleAuthenticator instance to customize.
addPropertyChangeListener
public void addPropertyChangeListener(PropertyChangeListener listener)
- Register a listener for the PropertyChange event.
This customizer fires a PropertyChange
event whenever it changes the Sample Simple Authenticator such that
the displayed properties should be refreshed.
- Parameters:
- listener - Object to be notified when this customizer changes a property
removePropertyChangeListener
public void removePropertyChangeListener(PropertyChangeListener listener)
- Remove a listener from the PropertyChange event for the Sample Simple Authenticator.
- Parameters:
- listener - Object to be removed from the list of listeners.
actionPerformed
public void actionPerformed(ActionEvent event)
- Handle the OK and Cancel button actions.
All Packages Class Hierarchy This Package Previous Next Index