Lines Matching refs:session

78 import com.sun.identity.plugin.session.SessionException;
79 import com.sun.identity.plugin.session.SessionManager;
80 import com.sun.identity.plugin.session.SessionProvider;
1329 * session.
1346 * session.
1643 * session.
1666 FSSession session = sessionManager.getSession(token);
1667 if (session == null) {
1670 "Offerings: Theres no liberty session for this token");
1674 return session.getBootStrapResourceOfferings();
1693 * session.
1714 FSSession session = sessionManager.getSession(token);
1715 if (session == null) {
1718 "Offerings: Theres no liberty session for this token");
1722 return session.getBootStrapResourceOfferings();
1740 * session.
1764 FSSession session = sessionManager.getSession(token);
1765 if (session == null) {
1768 + ": Theres no liberty session for this token");
1772 return session.getBootStrapCredential();
1791 * session.
1812 FSSession session = sessionManager.getSession(token);
1813 if (session == null) {
1816 + ": Theres no liberty session for this token");
1820 return session.getBootStrapCredential();
1839 * session.
1843 * session is found.
1861 * session.
1866 * session is found.
1880 FSSession session = sessionManager.getSession(token);
1881 if (session == null) {
1884 + ": There is no liberty session for this token");
1888 return session.getAuthnContext();
1898 * session.
1903 * session.
1905 * @return <code>FSAccountFedInfo</code> associated with this session.
1906 * <code>null</code> if there is any failure, or no liberty session
1920 * session.
1925 * session.
1929 * @return <code>FSAccountFedInfo</code> associated with this session.
1930 * <code>null</code> if there is any failure, or no liberty session
1946 FSSession session = sessionManager.getSession(token);
1947 if (session == null) {
1950 + ": Theres no liberty session for this token");
1954 return session.getAccountFedInfo();
1994 * @param ssoToken The session token of the logged-
2039 "get user DN from session token:", ssoe
2067 debug.error(classMethod +"session is null");