| |
|
| org.jboss.test.DelegatingPolicyTestCase
DelegatingPolicyTestCase | public class DelegatingPolicyTestCase extends TestCase (Code) | | |
Method Summary | |
static void | setUpPolicy() | public static Test | suite() | public void | testOpenConfigurations() Test that uncommitted configurations in the Open state are not seen in
the current Policy permission set. | public void | testPolicyConfiguration() Basic test that a PolicyConfiguration is included in the Policy and its
permissions are implied through the Policy. | public void | testSubjectDoAs() |
DelegatingPolicyTestCase | public DelegatingPolicyTestCase(String name)(Code) | | |
suite | public static Test suite()(Code) | | |
testOpenConfigurations | public void testOpenConfigurations() throws Exception(Code) | | Test that uncommitted configurations in the Open state are not seen in
the current Policy permission set.
throws: Exception - |
testPolicyConfiguration | public void testPolicyConfiguration() throws Exception(Code) | | Basic test that a PolicyConfiguration is included in the Policy and its
permissions are implied through the Policy.
throws: Exception - |
|
|
|