PageBoxLib
Class RuleHandler.PublisherAuth

java.lang.Object
  extended byPageBoxLib.RuleHandler.PublisherAuth
Direct Known Subclasses:
RuleHandler.DefaultAuth, RuleHandler.RepositoryAuth
Enclosing class:
RuleHandler

public class RuleHandler.PublisherAuth
extends java.lang.Object

Describes the permissions of a Publisher.


Field Summary
(package private)  java.util.HashMap extensions
          Key: extension name Value: true
(package private)  java.util.HashMap resources
          Key: resource name Value: true
(package private)  int rule
          Deployment rule, NONE, COPY or INSTALL
 
Constructor Summary
RuleHandler.PublisherAuth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rule

int rule
Deployment rule, NONE, COPY or INSTALL


extensions

java.util.HashMap extensions
Key: extension name Value: true


resources

java.util.HashMap resources
Key: resource name Value: true

Constructor Detail

RuleHandler.PublisherAuth

public RuleHandler.PublisherAuth()