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, failNotEquals, failNotSame, failSame, format
 
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 java.lang.Exception
Overrides:
setUp in class AbstractAccessControlTest
Throws:
java.lang.Exception

tearDown

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

testGetEffectivePolicies

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

testGetEffectivePoliciesForNonExistingNode

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

testGetEffectivePoliciesForProperty

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

testGetPolicies

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

testGetApplicablePolicies

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

testApplicablePoliciesAreDistinct

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

testApplicablePoliciesAreDistintFromSetPolicies

public void testApplicablePoliciesAreDistintFromSetPolicies()
                                                     throws javax.jcr.RepositoryException,
                                                            NotExecutableException
Throws:
javax.jcr.RepositoryException
NotExecutableException

testSetPolicy

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

testSetIllegalPolicy

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

testSetAllPolicies

public void testSetAllPolicies()
                        throws javax.jcr.RepositoryException,
                               NotExecutableException
Throws:
javax.jcr.RepositoryException
NotExecutableException

testGetPolicyAfterSet

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

testResetPolicy

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

testSetPolicyIsTransient

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

testGetPolicyAfterSave

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

testNodeIsModifiedAfterSecondSetPolicy

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

testNodeIsModifiedAfterSetPolicy

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

testRemovePolicy

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

testRemovePolicyIsTransient

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

testNodeIsModifiedAfterRemovePolicy

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

testNullPolicyOnNewNode

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

testSetPolicyOnNewNode

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

testRemoveTransientlyAddedPolicy

public void testRemoveTransientlyAddedPolicy()
                                      throws javax.jcr.RepositoryException,
                                             javax.jcr.AccessDeniedException
Throws:
javax.jcr.RepositoryException
javax.jcr.AccessDeniedException


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