Uses of Class
org.ow2.jonas.lib.security.PermissionManagerException

Packages that use PermissionManagerException
org.ow2.jonas.lib.ejb21   
org.ow2.jonas.lib.security   
org.ow2.jonas.web.base.lib   
 

Uses of PermissionManagerException in org.ow2.jonas.lib.ejb21
 

Methods in org.ow2.jonas.lib.ejb21 that throw PermissionManagerException
 void PermissionManager.translateEjbDeploymentDescriptor()
          3.1.5 Translating EJB Deployment Descriptors A reference to a PolicyConfiguration object must be obtained by calling the getPolicyConfiguration method on the PolicyConfigurationFactory implementation class of the provider configured into the container.
protected  void PermissionManager.translateEjbExcludeList()
          3.1.5.2 Translating the EJB exclude-list An EJBMethodPermission object must be created for each method element occurring in the exclude-list element of the deployment descriptor.
protected  void PermissionManager.translateEjbMethodPermission()
          3.1.5.1 Translating EJB method-permission Elements For each method element of each method-permission element, an EJBMethodPermission object translated from the method element must be added to the policy statements of the PolicyConfiguration object.
 void PermissionManager.translateEjbSecurityRoleRef()
          3.1.5.3 Translating EJB security-role-ref Elements For each security-role-ref element appearing in the deployment descriptor, a corresponding EJBRoleRefPermission must be created.
 

Constructors in org.ow2.jonas.lib.ejb21 that throw PermissionManagerException
PermissionManager(DeploymentDesc ejbDeploymentDesc, String contextId)
          Default Constructor
 

Uses of PermissionManagerException in org.ow2.jonas.lib.security
 

Methods in org.ow2.jonas.lib.security that throw PermissionManagerException
 void AbsPermissionManager.commit()
          Commit the Policy Configuration.
 void AbsPermissionManager.delete()
          Delete this object.
 

Constructors in org.ow2.jonas.lib.security that throw PermissionManagerException
AbsPermissionManager(String contextId)
          Default Constructor.
AbsPermissionManager(String contextId, boolean remove)
          Default Constructor.
 

Uses of PermissionManagerException in org.ow2.jonas.web.base.lib
 

Methods in org.ow2.jonas.web.base.lib that throw PermissionManagerException
protected  void PermissionManager.translateSecurityConstraintElements()
          3.1.3.1 Translating security-constraint elements The paragraphs of this section describe the translation of security-constraints into WebResourcePermission and WebUserDataPermission objects constructed using qualified URL pattern names.
 void PermissionManager.translateServletDeploymentDescriptor()
          3.1.3.Translating Servlet Deployment Descriptors A reference to a PolicyConfiguration object must be obtained by calling the getPolicyConfiguration method on the PolicyConfigurationFactory implementation class of the provider configured into the container.
protected  void PermissionManager.translateServletSecurityRoleRef()
          3.1.3.2 Translating Servlet security-role-ref Elements For each security-role-ref appearing in the deployment descriptor a corresponding WebRoleRefPermission must be added to the corresponding role.
 

Constructors in org.ow2.jonas.web.base.lib that throw PermissionManagerException
PermissionManager(WebContainerDeploymentDesc webContainerDeploymentDesc, String contextId, boolean remove)
          Default Constructor.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.