|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Session
org.apache.wicket.protocol.http.WebSession
org.syncope.console.SyncopeSession
public class SyncopeSession
Custom Syncope Session class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.wicket.Session |
|---|
org.apache.wicket.Session.IPageMapVisitor, org.apache.wicket.Session.PageMapAccessMetaData |
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Session |
|---|
PAGEMAP_ACCESS_MDK, SESSION_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
SyncopeSession(org.apache.wicket.Request request)
|
|
| Method Summary | |
|---|---|
static SyncopeSession |
get()
|
String |
getCoreVersion()
|
String |
getUserId()
|
boolean |
hasAnyRole(org.apache.wicket.authorization.strategies.role.Roles roles)
|
boolean |
isAuthenticated()
|
void |
setCoreVersion(String coreVersion)
|
void |
setEntitlements(String[] entitlements)
|
void |
setUserId(String userId)
|
| Methods inherited from class org.apache.wicket.protocol.http.WebSession |
|---|
cleanupComponentFeedbackMessages, cleanupFeedbackMessages, isCurrentRequestValid |
| Methods inherited from class org.apache.wicket.Session |
|---|
attach, bind, clear, createAutoPageMap, createAutoPageMapName, currentCreateAutoPageMapCounter, detach, dirty, error, exists, findOrCreate, findOrCreate, getApplication, getAttribute, getAttributeNames, getAuthorizationStrategy, getAutoPageMapNamePrefix, getAutoPageMapNameSuffix, getClassResolver, getClientInfo, getDefaultPageMap, getFeedbackMessages, getId, getLocale, getMetaData, getPage, getPage, getPageFactory, getPageMaps, getSessionStore, getSizeInBytes, getStyle, incrementCreateAutoPageMapCounter, info, invalidate, invalidateNow, isSessionInvalidated, isTemporary, newPageMap, nextPageId, nextSequenceValue, pageMapForName, removeAttribute, removePageMap, replaceSession, set, setApplication, setAttribute, setClientInfo, setLocale, setMetaData, setStyle, touch, unset, untouch, update, visitPageMaps, warn |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyncopeSession(org.apache.wicket.Request request)
| Method Detail |
|---|
public static SyncopeSession get()
public String getUserId()
public void setUserId(String userId)
public String getCoreVersion()
public void setCoreVersion(String coreVersion)
public void setEntitlements(String[] entitlements)
public boolean isAuthenticated()
public boolean hasAnyRole(org.apache.wicket.authorization.strategies.role.Roles roles)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||