站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

IsUserInRole (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.core
Class IsUserInRole

java.lang.Object
  extended by org.jboss.seam.core.IsUserInRole

@Scope(value=APPLICATION)
@Intercept(value=NEVER)
@Name(value="org.jboss.seam.core.isUserInRole")
@Install(precedence=0)
public class IsUserInRole
extends Object

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
 Map<String,Boolean> 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

getMap

@Unwrap
public Map<String,Boolean> getMap()