Create an Authenticated Session using Domain User
Create an NAESession
object and pass a valid NAE username and password as parameters as shown here:
If a user is created within a domain, use the following syntax to create NAE session:
Your suggested change has been received. Thank you.
Please Note:
You are not viewing the most recent version of this page. 8.17.1 is the latest version available.
Create an NAESession
object and pass a valid NAE username and password as parameters as shown here:
NAESession session = NAESession.getSession ("Domain||Username",
"password1".toCharArray());
If a user is created within a domain, use the following syntax to create NAE session:
NAESession session = NAESession.getSession ("Domain|Domain||Username", "password1".toCharArray());
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….