org.apache.openejb.assembler.classic
Class PolicyContext

java.lang.Object
  extended by org.apache.openejb.assembler.classic.PolicyContext

public class PolicyContext
extends Object

Version:
$Rev: 602704 $ $Date: 2007-12-09 18:58:22 +0100 (So, 09. Dez 2007) $

Constructor Summary
PolicyContext(String contextId)
           
 
Method Summary
 String getContextID()
           
 PermissionCollection getExcludedPermissions()
           
 Map<String,PermissionCollection> getRolePermissions()
           
 PermissionCollection getUncheckedPermissions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyContext

public PolicyContext(String contextId)
Method Detail

getExcludedPermissions

public PermissionCollection getExcludedPermissions()

getUncheckedPermissions

public PermissionCollection getUncheckedPermissions()

getRolePermissions

public Map<String,PermissionCollection> getRolePermissions()

getContextID

public String getContextID()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.