Uses of Class
com.sun.identity.plugin.session.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
Modifier and TypeMethodDescriptionvoid
SessionProvider.addListener
(Object session, SessionListener listener) Registers a listener for the session.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.long
SessionProvider.getTimeLeft
(Object session) Returns the time left for this session in seconds.void
SessionProvider.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.boolean
Returnstrue
if the session is valid.void
SessionProvider.setProperty
(Object session, String name, String[] values) Stores a property in the session object. -
Uses of SessionException in com.sun.identity.saml2.plugins.scripted
Modifier 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.boolean
IdpAttributeMapperScriptHelper.isSessionValid
(Object session) Check if a session is valid. -
Uses of SessionException in com.sun.identity.saml2.profile
Modifier and TypeMethodDescriptionstatic Map
SPACSUtils.processResponseForFedlet
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PrintWriter out) Processes response from Identity Provider to Fedlet (SP).