Uses of Class
org.exoplatform.services.portletcontainer.pci.model.SecurityConstraint

Packages that use SecurityConstraint
org.exoplatform.services.portletcontainer.pci.model   
org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp   
 

Uses of SecurityConstraint in org.exoplatform.services.portletcontainer.pci.model
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return SecurityConstraint
static SecurityConstraint XMLParser.readSecurityConstraint(org.exoplatform.commons.xml.ExoXPPParser xpp)
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model that return types with arguments of type SecurityConstraint
 List<SecurityConstraint> PortletApp.getSecurityConstraint()
           
 

Methods in org.exoplatform.services.portletcontainer.pci.model with parameters of type SecurityConstraint
 void PortletApp.addSecurityConstraint(SecurityConstraint sc)
           
 

Uses of SecurityConstraint in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp
 

Methods in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp that return types with arguments of type SecurityConstraint
 List<SecurityConstraint> RequestContext.getSecurityContraints()
           
 

Constructor parameters in org.exoplatform.services.portletcontainer.plugins.pc.portletAPIImp with type arguments of type SecurityConstraint
PortletConfigImp(Portlet portletDatas, javax.portlet.PortletContext portletContext, List<SecurityConstraint> securityContraints, List<UserAttribute> userAttributes, List<CustomPortletMode> customPortletModes, List<CustomWindowState> customWindowStates, String defaultNamespace)
           
RequestContext(javax.servlet.http.HttpServletRequest httpServletRequest, javax.portlet.PortalContext portalContext, javax.portlet.PortletContext portletContext, PortletSessionImp session, Input input, PortletWindowInternal portletWindowInternal, List<SecurityConstraint> securityContraints, List<UserAttribute> userAttributes, List<CustomPortletMode> customPortletModes, List<CustomWindowState> customWindowStates, Collection<String> roles, Collection<String> supportedContents)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.