org.codehaus.spice.xmlpolicy.verifier
Class PolicyVerifier
java.lang.Object
|
+--org.codehaus.spice.xmlpolicy.verifier.PolicyVerifier
- public class PolicyVerifier
- extends Object
Verify Policy set is valid. Validity is defined as
- All KeyStore names should be defined starting with
letters or '_' and then continuing with Alpha-Numeric
characters, '-', '.' or '_'.
- If signedBy is specified then keystore is specified
for both grants and permissions.
- That any keystore names used by grant or permission
reference actual keystores.
- If target is null then actions is null.
- Version:
- $Revision: 1.1 $ $Date: 2003/12/02 09:16:07 $
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolicyVerifier
public PolicyVerifier()
verifyPolicy
public void verifyPolicy(PolicyMetaData policy)
throws Exception
Exception
info
protected void info(String message)
- Log an informational message.
Sub-classes should overide this.
- Parameters:
message
- the message
Copyright © 2002-2003 Codehaus. All Rights Reserved.