| |
|
| java.lang.Object org.ow2.easybeans.tests.security.TestSecurityInheritance00
TestSecurityInheritance00 | public class TestSecurityInheritance00 (Code) | | Verifies if the container manages the security police and inheritance. The
item is 17.3.2.1.
author: Gisele Pinheiro Souza author: Eduardo Studzinski Estima de Castro |
Method Summary | |
public void | callMethodDenyAll() Verifies if a the annotation denyAll in a subclass method overrides the
others polices definition. | public void | callMethodMainRole() Verifies if the police defined in the superclass is not overrided by the
subclass. | public void | callMethodPermitAll() Verifies if the police defined in the class is valid for all methods. | public void | setup() Creates the bean used during the tests. |
callMethodDenyAll | public void callMethodDenyAll()(Code) | | Verifies if a the annotation denyAll in a subclass method overrides the
others polices definition.
|
callMethodMainRole | public void callMethodMainRole()(Code) | | Verifies if the police defined in the superclass is not overrided by the
subclass.
|
callMethodPermitAll | public void callMethodPermitAll()(Code) | | Verifies if the police defined in the class is valid for all methods.
|
setup | public void setup() throws Exception(Code) | | Creates the bean used during the tests.
throws: Exception - if an error occurs during the lookup. |
|
|
|