Class SessionUtil


  • public class SessionUtil
    extends Object
    Author:
    Giancarlo Panichi
    • Constructor Detail

      • SessionUtil

        public SessionUtil()
    • Method Detail

      • getServiceCredentials

        public static ServiceCredentials getServiceCredentials​(javax.servlet.http.HttpServletRequest httpServletRequest)
                                                        throws ServiceException
        Parameters:
        httpServletRequest - http servlet request
        Returns:
        service credentials
        Throws:
        ServiceException - exception
      • getServiceCredentials

        public static ServiceCredentials getServiceCredentials​(javax.servlet.http.HttpServletRequest httpServletRequest,
                                                               String scopeGroupId)
                                                        throws ServiceException
        Parameters:
        httpServletRequest - http servlet request
        scopeGroupId - scope group id
        Returns:
        service credentials
        Throws:
        ServiceException - exception