org.apache.geronimo.security.jacc
Class ComponentPermissions

java.lang.Object
  extended by org.apache.geronimo.security.jacc.ComponentPermissions
All Implemented Interfaces:
Serializable

public class ComponentPermissions
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ComponentPermissions(PermissionCollection excludedPermissions, PermissionCollection uncheckedPermissions, Map<String,PermissionCollection> rolePermissions)
           
 
Method Summary
 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

ComponentPermissions

public ComponentPermissions(PermissionCollection excludedPermissions,
                            PermissionCollection uncheckedPermissions,
                            Map<String,PermissionCollection> rolePermissions)
Method Detail

getExcludedPermissions

public PermissionCollection getExcludedPermissions()

getUncheckedPermissions

public PermissionCollection getUncheckedPermissions()

getRolePermissions

public Map<String,PermissionCollection> getRolePermissions()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.