fedora.server.security
Class Transom
java.lang.Object
fedora.server.security.Transom
- public class Transom
- extends java.lang.Object
- Author:
- wdn5e@virginia.edu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static final Transom getInstance()
getAllowSurrogate
public boolean getAllowSurrogate()
throws java.lang.Exception
- Throws:
java.lang.Exception
getSurrogatePolicyDirectory
public java.lang.String getSurrogatePolicyDirectory()
throws java.lang.Exception
- Throws:
java.lang.Exception
getPolicySchemaPath
public java.lang.String getPolicySchemaPath()
throws java.lang.Exception
- Throws:
java.lang.Exception
getValidateSurrogatePolicies
public boolean getValidateSurrogatePolicies()
throws java.lang.Exception
- Throws:
java.lang.Exception
setAllowSurrogate
public void setAllowSurrogate(boolean allowSurrogate)
throws java.lang.Exception
- Throws:
java.lang.Exception
setSurrogatePolicyDirectory
public void setSurrogatePolicyDirectory(java.lang.String surrogatePolicyDirectory)
throws java.lang.Exception
- Throws:
java.lang.Exception
setValidateSurrogatePolicies
public void setValidateSurrogatePolicies(boolean validateSurrogatePolicies)
throws java.lang.Exception
- Throws:
java.lang.Exception
setPolicySchemaPath
public void setPolicySchemaPath(java.lang.String policySchemaPath)
throws java.lang.Exception
- Throws:
java.lang.Exception