org.jboss.seam.web
Class UserPrincipal
java.lang.Object
org.jboss.seam.web.UserPrincipal
- Direct Known Subclasses:
- UserPrincipal
@Scope(value=APPLICATION)
@BypassInterceptors
@Name(value="org.jboss.seam.web.userPrincipal")
@Install(precedence=0)
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 static Principal instance()