I've integrated microsoft active directory as user directory in confluence. Now let's say I receive following ldap info in java variables given on left:
username : sAMACCOUNTNAME
principal name: userPrincipalName
email: mail
How should I access user based on ldap attributes. Is there any userAccessor like interface for ldap?