public class SSAuthenticatedWebSession
extends org.apache.wicket.authroles.authentication.AuthenticatedWebSession
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SSAuthenticatedWebSession(org.apache.wicket.request.Request request) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(String username,
String password) |
List<org.appfuse.model.User> |
getActiveUsers() |
org.apache.wicket.authroles.authorization.strategies.role.Roles |
getRoles() |
get, invalidate, isSignedIn, signIn, signIn, signOutgetClientInfo, newBrowserInfoPagebind, cleanupFeedbackMessages, clear, debug, detach, dirty, error, exists, fatal, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getFeedbackMessages, getId, getLocale, getMetaData, getPageFactory, getPageManager, getSessionStore, getSizeInBytes, getStyle, info, internalDetach, invalidateNow, isCurrentRequestValid, isSessionInvalidated, isTemporary, nextPageId, nextSequenceValue, onEvent, onInvalidate, removeAttribute, replaceSession, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, success, warnpublic SSAuthenticatedWebSession(org.apache.wicket.request.Request request)
public boolean authenticate(String username, String password)
authenticate in class org.apache.wicket.authroles.authentication.AuthenticatedWebSessionpublic org.apache.wicket.authroles.authorization.strategies.role.Roles getRoles()
getRoles in class org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSessionpublic List<org.appfuse.model.User> getActiveUsers()
Copyright © 2003–2013. All rights reserved.