All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.beans.samples.dips.sessauth.SAPrincipal
- public interface interface SAPrincipal
- extends Serializable
This object describes the concept of a principal for the Session
Authentication dip.
A principal is an object that can be authenticated. All principals must
implement this interface.
This interface extends the interface Serializable.
Therefore, classes implementing this interface should
consider defining a serialVersionUID class variable such as:
private static final long serialVersionUID = 2000L;
- See Also:
- SAAuthenticator, SamplePrincipal
All Packages Class Hierarchy This Package Previous Next Index