|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Session
wicket.protocol.http.WebSession
wicket.authentication.AuthenticatedWebSession
wicket.authentication.example.MyAuthenticatedWebSession
public class MyAuthenticatedWebSession
Authenticated session subclass
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class wicket.Session |
|---|
wicket.Session.IPageMapVisitor |
| Field Summary |
|---|
| Fields inherited from class wicket.Session |
|---|
SESSION_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
MyAuthenticatedWebSession(wicket.authentication.AuthenticatedWebApplication application)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
authenticate(java.lang.String username,
java.lang.String password)
|
wicket.authorization.strategies.role.Roles |
getRoles()
|
| Methods inherited from class wicket.authentication.AuthenticatedWebSession |
|---|
get, isSignedIn, signIn |
| Methods inherited from class wicket.protocol.http.WebSession |
|---|
attach, detach, getRequestCycleFactory, initForRequest, invalidate, invalidateNow, update |
| Methods inherited from class wicket.Session |
|---|
clear, createAutoPageMap, createAutoPageMapName, dirty, error, exists, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getClientInfo, getConverter, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPageFactory, getPageFactory, getPageMaps, getSessionStore, getSizeInBytes, getStyle, info, init, newPageMap, newRequestCycle, pageMapForName, removeAttribute, removePageMap, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, visitPageMaps, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MyAuthenticatedWebSession(wicket.authentication.AuthenticatedWebApplication application)
application - The application| Method Detail |
|---|
public boolean authenticate(java.lang.String username,
java.lang.String password)
authenticate in class wicket.authentication.AuthenticatedWebSessionAuthenticatedWebSession.authenticate(java.lang.String,
java.lang.String)public wicket.authorization.strategies.role.Roles getRoles()
getRoles in class wicket.authentication.AuthenticatedWebSessionAuthenticatedWebSession.getRoles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||