fedora.server.security
Class Transom

java.lang.Object
  extended byfedora.server.security.Transom

public class Transom
extends java.lang.Object

Author:
wdn5e@virginia.edu

Method Summary
 boolean getAllowSurrogate()
           
static Transom getInstance()
           
 java.lang.String getPolicySchemaPath()
           
 java.lang.String getSurrogatePolicyDirectory()
           
 boolean getValidateSurrogatePolicies()
           
 void setAllowSurrogate(boolean allowSurrogate)
           
 void setPolicySchemaPath(java.lang.String policySchemaPath)
           
 void setSurrogatePolicyDirectory(java.lang.String surrogatePolicyDirectory)
           
 void setValidateSurrogatePolicies(boolean validateSurrogatePolicies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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