Package org.wso2.carbon.ui
Class CarbonSecuredHttpContext
- java.lang.Object
-
- org.eclipse.equinox.http.helper.BundleEntryHttpContext
-
- org.wso2.carbon.ui.SecuredComponentEntryHttpContext
-
- org.wso2.carbon.ui.CarbonSecuredHttpContext
-
- All Implemented Interfaces:
org.osgi.service.http.HttpContext
public class CarbonSecuredHttpContext extends SecuredComponentEntryHttpContext
-
-
Field Summary
Fields Modifier and Type Field Description static StringCARBON_AUTHNETICATORstatic StringLOGGED_USER-
Fields inherited from class org.wso2.carbon.ui.SecuredComponentEntryHttpContext
registry, uiResourceRegistry
-
-
Constructor Summary
Constructors Constructor Description CarbonSecuredHttpContext(org.osgi.framework.Bundle bundle, String s, UIResourceRegistry uiResourceRegistry, org.wso2.carbon.registry.core.Registry registry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)-
Methods inherited from class org.wso2.carbon.ui.SecuredComponentEntryHttpContext
getResource
-
-
-
-
Field Detail
-
LOGGED_USER
public static final String LOGGED_USER
- See Also:
- Constant Field Values
-
CARBON_AUTHNETICATOR
public static final String CARBON_AUTHNETICATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CarbonSecuredHttpContext
public CarbonSecuredHttpContext(org.osgi.framework.Bundle bundle, String s, UIResourceRegistry uiResourceRegistry, org.wso2.carbon.registry.core.Registry registry)- Parameters:
bundle-s-uiResourceRegistry-registry-
-
-
Method Detail
-
handleSecurity
public boolean handleSecurity(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException- Specified by:
handleSecurityin interfaceorg.osgi.service.http.HttpContext- Overrides:
handleSecurityin classorg.eclipse.equinox.http.helper.BundleEntryHttpContext- Throws:
IOException
-
-