Class MidPointAuthWebSession
java.lang.Object
org.apache.wicket.Session
org.apache.wicket.protocol.http.WebSession
org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
org.apache.wicket.authroles.authentication.AuthenticatedWebSession
com.evolveum.midpoint.web.security.MidPointAuthWebSession
- All Implemented Interfaces:
- DebugDumpable,- Serializable,- org.apache.wicket.event.IEventSink,- org.apache.wicket.feedback.IFeedbackContributor,- org.apache.wicket.IMetadataContext<Serializable,,- org.apache.wicket.Session> - org.apache.wicket.util.io.IClusterable
public class MidPointAuthWebSession
extends org.apache.wicket.authroles.authentication.AuthenticatedWebSession
implements DebugDumpable
- Author:
- lazyman
- See Also:
- 
Field SummaryFields inherited from class org.apache.wicket.SessionclientInfo, SESSION_ATTRIBUTE_NAMEFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanauthenticate(String username, String password) Show the content of the object intended for diagnostics by system administrator.debugDump(int indent) dumpSizeEstimates(int indent) static MidPointAuthWebSessionget()org.apache.wicket.authroles.authorization.strategies.role.RolesgetRoles()voidMethods inherited from class org.apache.wicket.authroles.authentication.AuthenticatedWebSessioninvalidate, isSignedIn, signIn, signIn, signOutMethods inherited from class org.apache.wicket.protocol.http.WebSessiongenerateNewSessionId, getClientInfo, newBrowserInfoPageMethods inherited from class org.apache.wicket.Sessionbind, changeSessionId, clear, debug, detach, dirty, dirty, endRequest, error, exists, fatal, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getClassResolver, getFeedbackMessages, getId, getLocale, getMetaData, getPageFactory, getPageManager, getSessionStore, getSizeInBytes, getStyle, info, internalDetach, invalidateNow, isRtlLanguage, isRtlLocale, isSessionInvalidated, isTemporary, newPageAccessSynchronizer, nextPageId, nextSequenceValue, onEvent, onInvalidate, removeAttribute, replaceSession, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, success, warnMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDumpLazily, debugDumpLazily
- 
Constructor Details- 
MidPointAuthWebSessionpublic MidPointAuthWebSession(org.apache.wicket.request.Request request) 
 
- 
- 
Method Details- 
get
- 
getRolespublic org.apache.wicket.authroles.authorization.strategies.role.Roles getRoles()- Specified by:
- getRolesin class- org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
 
- 
authenticate- Specified by:
- authenticatein class- org.apache.wicket.authroles.authentication.AuthenticatedWebSession
 
- 
getSessionStorage
- 
setClientCustomizationpublic void setClientCustomization()
- 
debugDumpDescription copied from interface:DebugDumpableShow the content of the object intended for diagnostics by system administrator. The out put should be suitable to use in system logs at "debug" level. It may be multi-line, but in that case it should be well indented and quite terse. As it is intended to be used by system administrator, it should not use any developer terms such as class names, exceptions or stack traces.- Specified by:
- debugDumpin interface- DebugDumpable
- Returns:
- content of the object intended for diagnostics by system administrator.
 
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
dumpSizeEstimates
 
-