Uses of Interface
org.jboss.portal.portlet.spi.SecurityContext

Packages that use SecurityContext
org.jboss.portal.portlet.impl.jsr168   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.spi   
org.jboss.portal.portlet.invocation   
 

Uses of SecurityContext in org.jboss.portal.portlet.impl.jsr168
 

Constructors in org.jboss.portal.portlet.impl.jsr168 with parameters of type SecurityContext
PortletRequestAttributes(SecurityContext securityContext, PortletContainer container, UserContext userContext, javax.servlet.http.HttpServletRequestWrapper wreq)
           
 

Uses of SecurityContext in org.jboss.portal.portlet.impl.jsr168.api
 

Fields in org.jboss.portal.portlet.impl.jsr168.api declared as SecurityContext
protected  SecurityContext PortletRequestImpl.securityContext
          .
 

Uses of SecurityContext in org.jboss.portal.portlet.impl.spi
 

Classes in org.jboss.portal.portlet.impl.spi that implement SecurityContext
 class AbstractSecurityContext
           
 

Uses of SecurityContext in org.jboss.portal.portlet.invocation
 

Fields in org.jboss.portal.portlet.invocation declared as SecurityContext
protected  SecurityContext PortletInvocation.securityContext
          The security context.
 

Methods in org.jboss.portal.portlet.invocation that return SecurityContext
 SecurityContext PortletInvocation.getSecurityContext()
           
 

Methods in org.jboss.portal.portlet.invocation with parameters of type SecurityContext
 void PortletInvocation.setSecurityContext(SecurityContext securityContext)
           
 



Copyright © 2008. All Rights Reserved.