All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.sessauth.SessionAuthenticationDipBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.samples.dips.sessauth.SessionAuthenticationDipBeanInfo

public class SessionAuthenticationDipBeanInfo
extends SimpleBeanInfo
Provides access to the SessionAuthenticationDip BeanInfo. Currently only a customizer is provided.


Constructor Index

 o SessionAuthenticationDipBeanInfo()

Method Index

 o getBeanDescriptor()
Create a BeanDescriptor with the SessionAuthenticationDipCustomizer class as the customizer class.

Constructors

 o SessionAuthenticationDipBeanInfo
 public SessionAuthenticationDipBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Create a BeanDescriptor with the SessionAuthenticationDipCustomizer class as the customizer class.

Returns:
BeanDescriptor with an appropriate customizer defined.
Overrides:
getBeanDescriptor in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index