Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jeteam.bean.security

Class Summary
PrivilegeBean A privilege represents an authorization for a certain action in the system.
PrivilegeBeanCMP  
PrivilegeBeanImpl  
PrivilegeDTO Value object for Privilege.
PrivilegeServiceBean This bean is a service to Privilege CRUD operations.
PrivilegeServiceBeanImpl  
RoleBean A role is a way of bundling priviliges into a logical unit.
RoleBeanCMP  
RoleBeanImpl  
RoleDTO Value object for Role.
RoleServiceBean This bean is a service to Role CRUD operations.
RoleServiceBeanImpl  
 

Exception Summary
PrivilegeException This exception represents a business exception, the arguments passed to the constructor should be the i18n context message key, its associated parameters, and a Throwable instance that cause this exception (if any).
RoleException This exception represents a business exception, the arguments passed to the constructor should be the i18n context message key, its associated parameters, and a Throwable instance that cause this exception (if any).