org.ow2.easybeans.tests.security |
EJB 3.0
Custom taglets used to document the test source codes.
|
Java Source File Name | Type | Comment |
TestSecurityInheritance00.java | Class | Verifies if the container manages the security police and inheritance. |
TestSecurityInheritance01.java | Class | Verifies if the container manages the security police and inheritance. |
TestSFAnnotationPermissions.java | Class | Verifies if the container manages the security roles defined by annotation.
The bean used during the tests is stateful. |
TestSFAnnotationSecurityRoles.java | Class | Verifies if the container manages the security roles defined by annotation,
as well as verifies the methods in the session context related with security.
The bean used during the tests is stateless. |
TestSLAnnotationPermissions.java | Class | Verifies if the container manages the security roles defined by annotation.
The bean used during the tests is stateless. |
TestSLAnnotationSecurityRoles.java | Class | Verifies if the container manages the security roles defined by annotation,
as well as verifies the methods in the session context related with security.
The bean used during the tests is stateless. |