Interface Principal

All Superinterfaces:
java.lang.Cloneable, java.io.Serializable
All Known Implementing Classes:
DefaultPrincipal

public interface Principal
extends java.lang.Cloneable, java.io.Serializable
Principal interface. Principal is used to identify a user. The specific implementation depends on the needs of the application and is implemented in the application. Framework provides default implementation DefaultPrincipal