This method accesss the session associated to the received id.
This resets the session last access time and updates the access count.
Parameters: sessionId - the session id previously returned by initiateSession. throws: org.josso.gateway.session.exceptions.NoSuchSessionException - if the session id is not related to any sso session.
Maps a SOAP SSOSession type instance to a JOSSO SSOSession type instance.
Parameters: srcSSOSession - the SOAP type instance to be mapped. the mapped session
Gets an SSO session based on its id.
Parameters: sessionId - the session id previously returned by initiateSession. throws: org.josso.gateway.session.exceptions.NoSuchSessionException - if the session id is not related to any sso session.
Gets an SSO session based on the associated user.
Parameters: username - the username used when initiating the session. throws: org.josso.gateway.session.exceptions.NoSuchSessionException - if the session id is not related to any sso session.