| |
|
| java.lang.Object org.apache.roller.ui.core.RollerSession
ROLLER_SESSION | final public static String ROLLER_SESSION(Code) | | |
STATUS_MESSAGE | final public static String STATUS_MESSAGE(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
getAuthenticatedUser | public UserData getAuthenticatedUser()(Code) | | Authenticated user associated with this session.
|
isGlobalAdminUser | public boolean isGlobalAdminUser() throws RollerException(Code) | | Does our authenticated user have the global admin role?
|
isUserAuthorized | public boolean isUserAuthorized(WebsiteData website) throws RollerException(Code) | | Is session's authenticated user authorized to work in current website?
|
isUserAuthorizedToAdmin | public boolean isUserAuthorizedToAdmin(WebsiteData website) throws RollerException(Code) | | Is session's authenticated user authorized to admin current weblog?
|
isUserAuthorizedToAuthor | public boolean isUserAuthorizedToAuthor(WebsiteData website) throws RollerException(Code) | | Is session's authenticated user authorized to post in current weblog?
|
sessionWillPassivate | public void sessionWillPassivate(HttpSessionEvent se)(Code) | | Purge session before passivation. Because Roller currently does not
support session recovery, failover, migration, or whatever you want
to call it when sessions are saved and then restored at some later
point in time.
|
setAuthenticatedUser | public void setAuthenticatedUser(UserData authenticatedUser)(Code) | | Authenticated user associated with this session.
|
|
|
|