|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.portlet.impl.PortletRequestImpl
org.jboss.portal.portlet.impl.ActionRequestImpl
org.jboss.portlet.JBossActionRequest
public class JBossActionRequest
Field Summary |
---|
Fields inherited from class org.jboss.portal.portlet.impl.PortletRequestImpl |
---|
component, contentTypes, dreq, instance, instanceCtx, log, portalContext, preferences, psession, req, resp, sessionStatus, userContext, userInfo, window, windowCtx |
Fields inherited from interface javax.portlet.PortletRequest |
---|
BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH, USER_INFO |
Constructor Summary | |
---|---|
JBossActionRequest(UserContext userContext,
PortletPreferences preferences,
Window window,
WindowContext windowCtx,
PortalRequest req,
PortalResponse resp,
javax.servlet.http.HttpServletRequest dreq)
|
Method Summary | |
---|---|
protected PortletPreferences |
createPreferences()
|
java.lang.Boolean |
getIdempotent()
|
java.util.Map |
getInformations()
Returns a modifiable map of user informations or null if the user is not authenticated. |
Parameters |
getParameters()
|
PortalServer |
getServer()
Deprecated. |
User |
getUser()
Returns the current authenticated user or null if the user is not authenticated |
boolean |
hasPermission(java.lang.String permission)
Return true if the given role has the global permission. |
boolean |
hasPermission(java.lang.String[] path,
java.lang.String permission)
Return true if the given role has the local permission. |
boolean |
hasPermission(java.lang.String domain,
java.lang.String permission)
Return true if the given role has the global permission on the specified domain. |
boolean |
hasPermission(java.lang.String domain,
java.lang.String[] path,
java.lang.String permission)
Return true if the given role has the local permission on the specified domain. |
void |
logout()
Perform a logout. |
void |
setIdempotent(java.lang.Boolean idempotent)
|
Methods inherited from class org.jboss.portal.portlet.impl.ActionRequestImpl |
---|
getCharacterEncoding, getContentLength, getContentType, getParameter, getParameterMap, getParameterNames, getParameterValues, getPortletInputStream, getReader, setCharacterEncoding |
Methods inherited from class org.jboss.portal.portlet.impl.PortletRequestImpl |
---|
getAttribute, getAttributeNames, getAuthType, getContextPath, getLocale, getLocales, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getProperties, getProperty, getPropertyNames, getRemoteUser, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JBossActionRequest(UserContext userContext, PortletPreferences preferences, Window window, WindowContext windowCtx, PortalRequest req, PortalResponse resp, javax.servlet.http.HttpServletRequest dreq)
Method Detail |
---|
public java.util.Map getInformations()
public User getUser()
public Parameters getParameters()
public java.lang.Boolean getIdempotent()
public void setIdempotent(java.lang.Boolean idempotent)
public boolean hasPermission(java.lang.String domain, java.lang.String permission)
public boolean hasPermission(java.lang.String permission)
public boolean hasPermission(java.lang.String domain, java.lang.String[] path, java.lang.String permission)
public boolean hasPermission(java.lang.String[] path, java.lang.String permission)
protected PortletPreferences createPreferences()
public PortalServer getServer()
public void logout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |