|
||||||||||
| 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.
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.Session |
|---|
clientInfo, SESSION_ATTRIBUTE_NAME |
| Constructor Summary | |
|---|---|
SyncopeSession(org.apache.wicket.request.Request request)
|
|
| Method Summary | |
|---|---|
static SyncopeSession |
get()
|
String |
getCoreVersion()
|
SimpleDateFormat |
getDateFormat()
|
org.apache.wicket.authroles.authorization.strategies.role.Roles |
getEntitlements()
|
String |
getUserId()
|
boolean |
hasAnyRole(org.apache.wicket.authroles.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 |
|---|
authenticate, cleanupComponentFeedbackMessages, cleanupFeedbackMessages, getClientInfo, invalidate, 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 |
|---|
public SyncopeSession(org.apache.wicket.request.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 org.apache.wicket.authroles.authorization.strategies.role.Roles getEntitlements()
public boolean isAuthenticated()
public boolean hasAnyRole(org.apache.wicket.authroles.authorization.strategies.role.Roles roles)
public SimpleDateFormat getDateFormat()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||