com.ibm.ibmi.are.xml.rules.authority
Class AuthorityRule

java.lang.Object
  extended by com.ibm.are.xml.rules.Rule
      extended by com.ibm.ibmi.are.xml.rules.authority.AuthorityRule
Direct Known Subclasses:
DataAuthorityRule, ObjectAuthorityRule, ObjectAuthorizationListRule, ObjectOwnerRule, PrimaryGroupRule

public abstract class AuthorityRule
extends Rule

Abstract base class for all authorify verification rules

Author:
IBM

Field Summary
static java.lang.String COPYRIGHT
          Copyright for class bytecode
static java.lang.String MAP_ITEM_FOLLOW_SYMLINK
          Whether to verify the authority of the symbolic link itself, or the target of the symbolic link
static java.lang.String MAP_ITEM_NAME
          The name of the file, directory, or Library object
 
Fields inherited from class com.ibm.are.xml.rules.Rule
MAP_ITEM_CHECK_CLASS, MAP_ITEM_CHECK_OBJECT, MAP_ITEM_CHECK_TYPE, MAP_ITEM_ERROR_LEVEL, MAP_ITEM_EXPECTED_VALUE, MAP_ITEM_MATCH_CASE
 
Method Summary
 
Methods inherited from class com.ibm.are.xml.rules.Rule
getNodeInfo, report, report, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright for class bytecode

See Also:
Constant Field Values

MAP_ITEM_NAME

public static final java.lang.String MAP_ITEM_NAME
The name of the file, directory, or Library object

See Also:
Constant Field Values

MAP_ITEM_FOLLOW_SYMLINK

public static final java.lang.String MAP_ITEM_FOLLOW_SYMLINK
Whether to verify the authority of the symbolic link itself, or the target of the symbolic link

See Also:
Constant Field Values