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

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


Package org.jboss.seam.security

Class Summary
Identity  
SeamPermission Represents permissions for a Seam component.
SeamSecurityManager Holds configuration settings and provides functionality for the security API
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.