Searched defs:getSessionStore (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java809 Map store = SessionStore.getSessionStore(ssoToken);
837 Map store = SessionStore.getSessionStore(ssoid);
852 Map store = SessionStore.getSessionStore(ssoTokenID);
865 Map store = SessionStore.getSessionStore(ssoTokenID);
903 static Map getSessionStore(SSOToken ssoToken) { method in class:AMViewBeanBase.SessionStore
905 Map store = getSessionStore(storeKey);
912 debug.warning("SessionStore.getSessionStore", ssoe);
918 static Map getSessionStore(String storeKey) { method in class:AMViewBeanBase.SessionStore
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewBeanBase.java810 Map store = SessionStore.getSessionStore(ssoToken);
838 Map store = SessionStore.getSessionStore(ssoid);
853 Map store = SessionStore.getSessionStore(ssoTokenID);
866 Map store = SessionStore.getSessionStore(ssoTokenID);
904 static Map getSessionStore(SSOToken ssoToken) { method in class:AMViewBeanBase.SessionStore
906 Map store = getSessionStore(storeKey);
913 debug.message("SessionStore.getSessionStore: {}", ex.getMessage());
915 debug.warning("SessionStore.getSessionStore", ssoe);
921 static Map getSessionStore(String storeKey) { method in class:AMViewBeanBase.SessionStore

Completed in 32 milliseconds