public class ServletContainerAuthenticatedWebSession
extends org.apache.wicket.authroles.authentication.AuthenticatedWebSession
Constructor and Description |
---|
ServletContainerAuthenticatedWebSession(org.apache.wicket.request.Request request) |
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(String username,
String password) |
static ServletContainerAuthenticatedWebSession |
get() |
org.apache.wicket.authroles.authorization.strategies.role.Roles |
getRoles() |
static String |
getUserName()
Convenience method to retrieve authenticated users id.
|
void |
signOut() |
invalidate, isSignedIn, signIn, signIn
getClientInfo, newBrowserInfoPage
bind, clear, debug, detach, dirty, dirty, error, exists, fatal, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getFeedbackMessages, getId, getLocale, getMetaData, getPageFactory, getPageManager, getSessionStore, getSizeInBytes, getStyle, info, internalDetach, invalidateNow, isSessionInvalidated, isTemporary, newPageAccessSynchronizer, nextPageId, nextSequenceValue, onEvent, onInvalidate, removeAttribute, replaceSession, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, success, warn
public ServletContainerAuthenticatedWebSession(org.apache.wicket.request.Request request)
public static ServletContainerAuthenticatedWebSession get()
public static String getUserName()
public final org.apache.wicket.authroles.authorization.strategies.role.Roles getRoles()
getRoles
in class org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
public final void signOut()
signOut
in class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
Copyright © 2015. All rights reserved.