All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.sessauth.demo.SamplePrincipal

java.lang.Object
   |
   +----com.ibm.beans.samples.dips.sessauth.demo.SamplePrincipal

public class SamplePrincipal
extends Object
implements SAPrincipal
This class provides a sample principal for the Session Authentication Dip. It allows the user to specify a User ID and password. When a Session Authentication Dip using this principal is applied to a dippable bean, the bean will be disabled until the end user enters a valid User ID and password. The end user is prompted for the User ID and Password using the sample principal query.

The sample authenticator will validate the entered principal.

See Also:
SamplePrincipalQuery, SampleSimpleAuthenticator

Constructor Index

 o SamplePrincipal()

Constructors

 o SamplePrincipal
 public SamplePrincipal()

All Packages  Class Hierarchy  This Package  Previous  Next  Index