Custom Java Orchestration -LoginEnvironment
With Orchestrator, it is possible to create a Custom Service Request using a JAVA class and within that class to make use of the APIs; See Doc ID 2241252.1
However in order to make use of JDERestServiceProvider.jdeRestServiceCall or the applicationStack, you are required to define a loginEnvironment variable.
If calling outside Orchestrator to the AIS server you need to do something like << LoginEnvironment loginEnv = new LoginEnvironment(AIS_SERVER, USER_NAME, PASSWORD, DEVICE) >> and provide the credentials.
If the JAVA class is executed within Orchestrator then there should be no need of doing it;
Any insight on how the example in