Package org.fcrepo.auth.webac
Class WebACRolesProviderTest
- java.lang.Object
-
- org.fcrepo.auth.webac.WebACRolesProviderTest
-
public class WebACRolesProviderTest extends Object
- Since:
- 9/3/15
- Author:
- acoburn
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.contrib.java.lang.system.RestoreSystemPropertiesrestoreSystemProperties
-
Constructor Summary
Constructors Constructor Description WebACRolesProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidacl01ParentTest()voidacl01Test1()voidacl01Test2()voidacl02Test()voidacl03Test1()voidacl03Test2()voidacl04Test()voidacl05Test()voidacl05Test2()voidacl09Test1()voidacl09Test2()voidacl17Test1()voidacl21NoDefaultACLStatementTest()voidauthenticatedAgentTest()voidfoafAgentTest()voidnoAclTest()voidnoAclTest1()voidnoAclTestMalformedRdf2()voidnoAclTestOkRdf3()voidsetUp()
-
-
-
Field Detail
-
restoreSystemProperties
public final org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties
-
-
Constructor Detail
-
WebACRolesProviderTest
public WebACRolesProviderTest()
-
-
Method Detail
-
setUp
public void setUp() throws org.fcrepo.kernel.api.exception.RepositoryException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryException
-
noAclTest
public void noAclTest() throws org.fcrepo.kernel.api.exception.RepositoryException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryException
-
acl01ParentTest
public void acl01ParentTest() throws org.fcrepo.kernel.api.exception.RepositoryException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryException
-
acl21NoDefaultACLStatementTest
public void acl21NoDefaultACLStatementTest() throws org.fcrepo.kernel.api.exception.RepositoryException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryException
-
acl01Test1
public void acl01Test1() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl01Test2
public void acl01Test2() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl02Test
public void acl02Test() throws org.fcrepo.kernel.api.exception.RepositoryException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryException
-
acl03Test1
public void acl03Test1() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl03Test2
public void acl03Test2() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
foafAgentTest
public void foafAgentTest() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
authenticatedAgentTest
public void authenticatedAgentTest() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl04Test
public void acl04Test() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl05Test
public void acl05Test() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl05Test2
public void acl05Test2() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl09Test1
public void acl09Test1() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl09Test2
public void acl09Test2() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
acl17Test1
public void acl17Test1() throws org.fcrepo.kernel.api.exception.RepositoryException, org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.RepositoryExceptionorg.fcrepo.kernel.api.exception.PathNotFoundException
-
noAclTest1
public void noAclTest1()
-
noAclTestMalformedRdf2
public void noAclTestMalformedRdf2()
-
noAclTestOkRdf3
public void noAclTestOkRdf3()
-
-