Uses of Interface
org.apache.jetspeed.om.page.SecurityConstraintsDef

Packages that use SecurityConstraintsDef
org.apache.jetspeed.om.page This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. 
org.apache.jetspeed.om.page.impl   
org.apache.jetspeed.om.page.psml   
org.apache.jetspeed.page   
org.apache.jetspeed.page.impl   
 

Uses of SecurityConstraintsDef in org.apache.jetspeed.om.page
 

Methods in org.apache.jetspeed.om.page that return SecurityConstraintsDef
 SecurityConstraintsDef PageSecurity.getSecurityConstraintsDef(java.lang.String name)
           getSecurityConstraintsDef
 SecurityConstraintsDef PageSecurity.newSecurityConstraintsDef()
           newSecurityConstraintsDef
 

Uses of SecurityConstraintsDef in org.apache.jetspeed.om.page.impl
 

Classes in org.apache.jetspeed.om.page.impl that implement SecurityConstraintsDef
 class SecurityConstraintsDefImpl
          SecurityConstraintsDefImpl
 

Methods in org.apache.jetspeed.om.page.impl that return SecurityConstraintsDef
 SecurityConstraintsDef PageSecurityImpl.getSecurityConstraintsDef(java.lang.String name)
           
 SecurityConstraintsDef PageSecurityImpl.newSecurityConstraintsDef()
           
 

Uses of SecurityConstraintsDef in org.apache.jetspeed.om.page.psml
 

Methods in org.apache.jetspeed.om.page.psml that return SecurityConstraintsDef
 SecurityConstraintsDef PageSecurityImpl.getSecurityConstraintsDef(java.lang.String name)
           getSecurityConstraintsDef
 SecurityConstraintsDef PageSecurityImpl.newSecurityConstraintsDef()
           newSecurityConstraintsDef
 

Uses of SecurityConstraintsDef in org.apache.jetspeed.page
 

Methods in org.apache.jetspeed.page that return SecurityConstraintsDef
 SecurityConstraintsDef AbstractPageManager.newSecurityConstraintsDef()
          newSecurityConstraintsDef - creates a new security constraints definition
 SecurityConstraintsDef PageManager.newSecurityConstraintsDef()
          newSecurityConstraintsDef - creates a new security constraints definition
 

Methods in org.apache.jetspeed.page with parameters of type SecurityConstraintsDef
static boolean PageManagerSecurityUtils.checkConstraint(SecurityConstraintsDef def, java.lang.String actions)
           
static boolean PageManagerSecurityUtils.checkConstraints(java.util.List actions, java.util.List userPrincipals, java.util.List rolePrincipals, java.util.List groupPrincipals, SecurityConstraintsDef def)
          check access for the constraints list of a security constraints definition
 

Uses of SecurityConstraintsDef in org.apache.jetspeed.page.impl
 

Methods in org.apache.jetspeed.page.impl that return SecurityConstraintsDef
 SecurityConstraintsDef DatabasePageManager.newSecurityConstraintsDef()
           
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.