org.apache.jackrabbit.test.api.security
Class AccessControlPolicyTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jackrabbit.test.JUnitTest
              extended by org.apache.jackrabbit.test.AbstractJCRTest
                  extended by org.apache.jackrabbit.test.api.security.AbstractAccessControlTest
                      extended by org.apache.jackrabbit.test.api.security.AccessControlPolicyTest
All Implemented Interfaces:
junit.framework.Test

public class AccessControlPolicyTest
extends AbstractAccessControlTest

AccessControlPolicyTest...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.test.api.security.AbstractAccessControlTest
acMgr
 
Fields inherited from class org.apache.jackrabbit.test.AbstractJCRTest
isReadOnly, jcrBaseVersion, jcrCopiedFrom, jcrCreated, jcrFrozenNode, jcrFrozenUuid, jcrIsCheckedOut, jcrlockIsDeep, jcrLockOwner, jcrMergeFailed, jcrMixinTypes, jcrPredecessors, jcrPrimaryType, jcrRootVersion, jcrSuccessors, jcrSystem, jcrUUID, jcrVersionHistory, mixLockable, mixReferenceable, mixShareable, mixSimpleVersionable, mixVersionable, nodeName1, nodeName2, nodeName3, nodeName4, NS_JCR_URI, NS_MIX_URI, NS_NT_URI, NS_SV_URI, ntBase, ntFrozenNode, ntQuery, ntUnstructured, ntVersion, ntVersionHistory, ntVersionLabels, propertyName1, propertyName2, superuser, testNodeType, testNodeTypeNoChildren, testPath, testRoot, testRootNode, vf, workspaceName
 
Constructor Summary
AccessControlPolicyTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testApplicablePoliciesAreDistinct()
           
 void testApplicablePoliciesAreDistintFromSetPolicies()
           
 void testGetApplicablePolicies()
           
 void testGetEffectivePolicies()
           
 void testGetEffectivePoliciesForNonExistingNode()
           
 void testGetEffectivePoliciesForProperty()
           
 void testGetPolicies()
           
 void testGetPolicyAfterSave()
           
 void testGetPolicyAfterSet()
           
 void testNodeIsModifiedAfterRemovePolicy()
           
 void testNodeIsModifiedAfterSecondSetPolicy()
           
 void testNodeIsModifiedAfterSetPolicy()
           
 void testNullPolicyOnNewNode()
           
 void testRemovePolicy()
           
 void testRemovePolicyIsTransient()
           
 void testRemoveTransientlyAddedPolicy()
           
 void testResetPolicy()
           
 void testSetAllPolicies()
           
 void testSetIllegalPolicy()
           
 void testSetPolicy()
           
 void testSetPolicyIsTransient()
           
 void testSetPolicyOnNewNode()
           
 
Methods inherited from class org.apache.jackrabbit.test.api.security.AbstractAccessControlTest
checkCanModifyAc, checkCanReadAc, getAccessControlManager, getPathToNonExistingNode, getPathToProperty, privilegesFromName, privilegesFromNames
 
Methods inherited from class org.apache.jackrabbit.test.AbstractJCRTest
checkSupportedOption, cleanUp, cleanUpTestRoot, createRandomString, ensureCanSetProperty, ensureCanSetProperty, ensureCanSetProperty, ensureKnowsNodeType, ensureMixinType, ensureMultipleWorkspacesSupported, getHelper, getJcrValue, getLocalName, getNonExistingWorkspaceName, getProperty, getProperty, getSize, isSupported, needsMixin, run
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessControlPolicyTest

public AccessControlPolicyTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractAccessControlTest
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class AbstractJCRTest
Throws:
Exception

testGetEffectivePolicies

public void testGetEffectivePolicies()
                              throws RepositoryException,
                                     AccessDeniedException,
                                     NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testGetEffectivePoliciesForNonExistingNode

public void testGetEffectivePoliciesForNonExistingNode()
                                                throws RepositoryException,
                                                       AccessDeniedException,
                                                       NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testGetEffectivePoliciesForProperty

public void testGetEffectivePoliciesForProperty()
                                         throws RepositoryException,
                                                AccessDeniedException,
                                                NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testGetPolicies

public void testGetPolicies()
                     throws RepositoryException,
                            AccessDeniedException,
                            NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testGetApplicablePolicies

public void testGetApplicablePolicies()
                               throws RepositoryException,
                                      AccessDeniedException,
                                      NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testApplicablePoliciesAreDistinct

public void testApplicablePoliciesAreDistinct()
                                       throws RepositoryException,
                                              AccessDeniedException,
                                              NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testApplicablePoliciesAreDistintFromSetPolicies

public void testApplicablePoliciesAreDistintFromSetPolicies()
                                                     throws RepositoryException,
                                                            NotExecutableException
Throws:
RepositoryException
NotExecutableException

testSetPolicy

public void testSetPolicy()
                   throws RepositoryException,
                          AccessDeniedException,
                          NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testSetIllegalPolicy

public void testSetIllegalPolicy()
                          throws RepositoryException,
                                 AccessDeniedException,
                                 NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testSetAllPolicies

public void testSetAllPolicies()
                        throws RepositoryException,
                               NotExecutableException
Throws:
RepositoryException
NotExecutableException

testGetPolicyAfterSet

public void testGetPolicyAfterSet()
                           throws RepositoryException,
                                  AccessDeniedException,
                                  NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testResetPolicy

public void testResetPolicy()
                     throws RepositoryException,
                            AccessDeniedException,
                            NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testSetPolicyIsTransient

public void testSetPolicyIsTransient()
                              throws RepositoryException,
                                     AccessDeniedException,
                                     NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testGetPolicyAfterSave

public void testGetPolicyAfterSave()
                            throws RepositoryException,
                                   AccessDeniedException,
                                   NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testNodeIsModifiedAfterSecondSetPolicy

public void testNodeIsModifiedAfterSecondSetPolicy()
                                            throws RepositoryException,
                                                   AccessDeniedException,
                                                   NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testNodeIsModifiedAfterSetPolicy

public void testNodeIsModifiedAfterSetPolicy()
                                      throws RepositoryException,
                                             AccessDeniedException,
                                             NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testRemovePolicy

public void testRemovePolicy()
                      throws RepositoryException,
                             AccessDeniedException,
                             NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testRemovePolicyIsTransient

public void testRemovePolicyIsTransient()
                                 throws RepositoryException,
                                        AccessDeniedException,
                                        NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testNodeIsModifiedAfterRemovePolicy

public void testNodeIsModifiedAfterRemovePolicy()
                                         throws RepositoryException,
                                                AccessDeniedException,
                                                NotExecutableException
Throws:
RepositoryException
AccessDeniedException
NotExecutableException

testNullPolicyOnNewNode

public void testNullPolicyOnNewNode()
                             throws NotExecutableException,
                                    RepositoryException,
                                    AccessDeniedException
Throws:
NotExecutableException
RepositoryException
AccessDeniedException

testSetPolicyOnNewNode

public void testSetPolicyOnNewNode()
                            throws NotExecutableException,
                                   RepositoryException,
                                   AccessDeniedException
Throws:
NotExecutableException
RepositoryException
AccessDeniedException

testRemoveTransientlyAddedPolicy

public void testRemoveTransientlyAddedPolicy()
                                      throws RepositoryException,
                                             AccessDeniedException
Throws:
RepositoryException
AccessDeniedException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.