com.evolveum.midpoint.web.security
Class MidPointAuthWebSession

java.lang.Object
  extended by org.apache.wicket.Session
      extended by org.apache.wicket.protocol.http.WebSession
          extended by org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession
              extended by org.apache.wicket.authroles.authentication.AuthenticatedWebSession
                  extended by com.evolveum.midpoint.web.security.MidPointAuthWebSession
All Implemented Interfaces:
Serializable, org.apache.wicket.event.IEventSink, org.apache.wicket.IClusterable

public class MidPointAuthWebSession
extends org.apache.wicket.authroles.authentication.AuthenticatedWebSession

Author:
lazyman
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.wicket.Session
clientInfo, SESSION_ATTRIBUTE_NAME
 
Constructor Summary
MidPointAuthWebSession(org.apache.wicket.request.Request request)
           
 
Method Summary
 boolean authenticate(String username, String password)
           
 org.apache.wicket.authroles.authorization.strategies.role.Roles getRoles()
           
static MidPointAuthWebSession getSession()
           
 
Methods inherited from class org.apache.wicket.authroles.authentication.AuthenticatedWebSession
get, invalidate, isSignedIn, signIn, signIn, signOut
 
Methods inherited from class org.apache.wicket.protocol.http.WebSession
cleanupComponentFeedbackMessages, cleanupFeedbackMessages, getClientInfo, newBrowserInfoPage
 
Methods inherited from class org.apache.wicket.Session
bind, 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, removeAttribute, replaceSession, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, success, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidPointAuthWebSession

public MidPointAuthWebSession(org.apache.wicket.request.Request request)
Method Detail

getRoles

public org.apache.wicket.authroles.authorization.strategies.role.Roles getRoles()
Specified by:
getRoles in class org.apache.wicket.authroles.authentication.AbstractAuthenticatedWebSession

getSession

public static MidPointAuthWebSession getSession()

authenticate

public boolean authenticate(String username,
                            String password)
Overrides:
authenticate in class org.apache.wicket.protocol.http.WebSession


Copyright © 2013 evolveum. All Rights Reserved.