Class StandaloneRequestorProvider


  • public class StandaloneRequestorProvider
    extends Object
    Author:
    Liesje Demuynck. same functionality as RequestorProvider, but usable as a standAlone provider with abstract methods
    • Method Detail

      • getRequestorTypeInformation

        public static String getRequestorTypeInformation()
                                                  throws IntegrationModuleException
        Retrieves the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.
        Returns:
        the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.
        Throws:
        IntegrationModuleException - the exception
      • getRequestorIdInformation

        public static String getRequestorIdInformation()
                                                throws IntegrationModuleException
        Retrieves the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.
        Returns:
        the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.
        Throws:
        IntegrationModuleException - the exception