org.kohsuke.jnt.tools
Class RoleRequestPolicy

java.lang.Object
  extended by org.kohsuke.jnt.tools.RoleRequestPolicy

public class RoleRequestPolicy
extends Object

Author:
kk122374

Nested Class Summary
static interface RoleRequestPolicy.Action
          Action is a task that can be run on a request.
 
Constructor Summary
RoleRequestPolicy(File policyFile)
          Parses a policy file from a file.
 
Method Summary
 RoleRequestPolicy.Action determineAction(RoleRequest request)
          Computes the action that should be taken against this request.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleRequestPolicy

public RoleRequestPolicy(File policyFile)
                  throws IOException,
                         ParseException
Parses a policy file from a file.

Throws:
IOException
ParseException
Method Detail

determineAction

public RoleRequestPolicy.Action determineAction(RoleRequest request)
Computes the action that should be taken against this request.



Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.