org.jboss.seam.faces
Class UserPrincipal

java.lang.Object
  extended by org.jboss.seam.web.UserPrincipal
      extended by org.jboss.seam.faces.UserPrincipal

@Scope(value=APPLICATION)
@BypassInterceptors
@Name(value="org.jboss.seam.web.userPrincipal")
@Install(precedence=10,
         classDependencies="javax.faces.context.FacesContext")
public class UserPrincipal
extends UserPrincipal

Manager component for the current user Principal exposed via the JSF ExternalContext.

Author:
Gavin King

Constructor Summary
UserPrincipal()
           
 
Method Summary
 java.security.Principal getUserPrincipal()
           
static java.security.Principal instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPrincipal

public UserPrincipal()
Method Detail

getUserPrincipal

@Unwrap
public java.security.Principal getUserPrincipal()
Overrides:
getUserPrincipal in class UserPrincipal

instance

public static java.security.Principal instance()


Copyright © 2011 Seam Framework. All Rights Reserved.