Create session with Obfuscated Credentials
To create an authenticated session with obfuscated credentials:
Create an
NAESession
object and pass the obfuscated username and password as parameters as shown below.NAESession session = NAESession.getSession ("066C56CDC1A4737392D22317C61523CD","56BCB54B37328DD4FC05F2A76AB89D25".toCharArray());
Here,
066C56CDC1A4737392D22317C61523CD
is the obfuscated username.56BCB54B37328DD4FC05F2A76AB89D25
is the obfuscated password.