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

Constructor Index

 o SampleSimpleAuthenticatorCustomizer()
Constructs the Session Authentication Customizer.

Method Index

 o actionPerformed(ActionEvent)
Handle the OK and Cancel button actions.
 o addPropertyChangeListener(PropertyChangeListener)
Register a listener for the PropertyChange event.
 o removePropertyChangeListener(PropertyChangeListener)
Remove a listener from the PropertyChange event for the Sample Simple Authenticator.
 o setObject(Object)
Sets the Sample Principal object this customizer is to customize.

Constructors

 o SampleSimpleAuthenticatorCustomizer
 public SampleSimpleAuthenticatorCustomizer()
Constructs the Session Authentication Customizer.

Methods

 o setObject
 public void setObject(Object objectToCustomize)
Sets the Sample Principal object this customizer is to customize.

Parameters:
objectToCustomize - The SampleSimpleAuthenticator instance to customize.
 o 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
 o 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.
 o actionPerformed
 public void actionPerformed(ActionEvent event)
Handle the OK and Cancel button actions.


All Packages  Class Hierarchy  This Package  Previous  Next  Index