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

org.jboss.seam.security (JBoss Seam API Documentation) - JBoss Seam 1.1.5 API 英文版文档


@Namespace(value="http://jboss.com/products/seam/security", prefix="org.jboss.seam.security")

Package org.jboss.seam.security

Class Summary
Identity  
PermissionCheck Used to assert permission requirements into a WorkingMemory when evaluating a @Restrict expression.
Role A user role
SecurityFunctions Delegating wrapper for EL security functions.
SimpleGroup Implementation of the Group interface, used for holding roles etc.
SimplePrincipal Simple implementation of the Principal interface, supporting a named user.
 

Exception Summary
AuthorizationException Thrown when an authenticated user has insufficient rights to carry out an action.
NotLoggedInException Thrown when an unauthenticated user attempts to execute a restricted action.