Uses of Class
com.sun.identity.plugin.session.SessionException
Packages that use SessionException
Package
Description
Contains session SPI.
Contains classes to be used by the SAML2 scripted plugins.
Package that handles SAML v2 profiles.
-
Uses of SessionException in com.sun.identity.plugin.session
Methods in com.sun.identity.plugin.session that throw SessionExceptionModifier and TypeMethodDescriptionvoidSessionProvider.addListener(Object session, SessionListener listener) Registers a listener for the session.voidSessionProvider.clearPersistentCookie(Object session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Removes a persistent cookie, using the cookie name found in a given SSO token.SessionProvider.createSession(Map info, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, StringBuffer targetApplication) Meaningful only for Service Provider side, the implementation of this method will create a local session for the local user identified by the information in the map.SessionProvider.getPrincipalName(Object session) Returns princiapl name, or user name given the session object.String[]SessionProvider.getProperty(Object session, String name) Returns property value of a session object.SessionProvider.getSession(String sessionID) Returns the corresponding session object.SessionProvider.getSession(javax.servlet.http.HttpServletRequest request) Returns the corresponding session object.longSessionProvider.getTimeLeft(Object session) Returns the time left for this session in seconds.voidSessionProvider.invalidateSession(Object session, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) May be used by both SP and IDP side to invalidate a session.booleanReturnstrueif the session is valid.voidSessionProvider.setProperty(Object session, String name, String[] values) Stores a property in the session object. -
Uses of SessionException in com.sun.identity.saml2.plugins.scripted
Methods in com.sun.identity.saml2.plugins.scripted that throw SessionExceptionModifier and TypeMethodDescriptionIdpAttributeMapperScriptHelper.getAttributes(Object session, Set<String> attrNames) Get attributes from a session.IdpAttributeMapperScriptHelper.getBinaryAttributes(Object session, Set<String> attrNames) Get binary attributes from a session.IdpAttributeMapperScriptHelper.getPropertySet(Object session, String property) Return the property value of a session object.booleanIdpAttributeMapperScriptHelper.isSessionValid(Object session) Check if a session is valid. -
Uses of SessionException in com.sun.identity.saml2.profile
Methods in com.sun.identity.saml2.profile that throw SessionExceptionModifier and TypeMethodDescriptionstatic MapSPACSUtils.processResponseForFedlet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PrintWriter out) Processes response from Identity Provider to Fedlet (SP).