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

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


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

Package org.jboss.seam.security

Class Summary
Configuration  
EntitySecurityListener Facilitates security checks for entity beans.
HibernateSecurityInterceptor Facilitates security checks for Hibernate entities
Identity  
PermissionCheck Used to assert permission requirements into a WorkingMemory when evaluating a @Restrict expression.
Role Represents a user role exclusively within the scope of security rules.
RuleBasedIdentity  
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.
 

Enum Summary
EntityAction Actions that may be performed upon entities in JPA or Hibernate.
 

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.