KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > exoplatform > services > security > UserPrincipal


1 package org.exoplatform.services.security;
2
3 import java.security.Principal JavaDoc;
4
5 /**
6  * Created y the eXo platform team
7  * User: Benjamin Mestrallet
8  * Date: 27 avr. 2004
9  */

10 public interface UserPrincipal extends Principal JavaDoc{
11 }
12
Popular Tags