Package be.business.connector.common
Class StandaloneRequestorProvider
- java.lang.Object
-
- be.business.connector.common.StandaloneRequestorProvider
-
public class StandaloneRequestorProvider extends Object
- Author:
- Liesje Demuynck. same functionality as RequestorProvider, but usable as a standAlone provider with abstract methods
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetRequestorIdInformation()Retrieves the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.static StringgetRequestorTypeInformation()Retrieves the requestor Id information either from the properties or (if not found in the properties) from the sts token in the session.
-
-
-
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
-
-