org.jboss.seam.faces
Class IsUserInRole

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

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

Manager component for a map of roles assigned to the current user, as exposed via the JSF ExternalContext.

Author:
Gavin King

Constructor Summary
IsUserInRole()
           
 
Method Summary
protected  Boolean isUserInRole(String role)
           
 
Methods inherited from class org.jboss.seam.web.IsUserInRole
getMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsUserInRole

public IsUserInRole()
Method Detail

isUserInRole

protected Boolean isUserInRole(String role)
Overrides:
isUserInRole in class IsUserInRole


Copyright © 2011 Seam Framework. All Rights Reserved.