当前页面: 
在线文档首页 > 
JBoss Seam  1.0.1 API 英文版文档
UserPrincipal (JBoss Seam API Documentation) - JBoss Seam  1.0.1 API 英文版文档
org.jboss.seam.core
Class UserPrincipal
java.lang.Object
   org.jboss.seam.core.UserPrincipal
org.jboss.seam.core.UserPrincipal
- @Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Startup
@Name(value="userPrincipal")
public class UserPrincipal 
- extends Object
Manager component for the current user Principal
 exposed via the JSF ExternalContext.
- Author:
- Gavin King
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
UserPrincipal
public UserPrincipal()
getUserPrincipal
@Unwrap
public Principal getUserPrincipal()
- 
 
instance
public Principal instance()
-