Skip to main content
1-Visitor
May 14, 2015
Solved

How to get WTPrincipal by DN

  • May 14, 2015
  • 1 reply
  • 1186 views

Hi!

I am try to query WTPrincipal by DN, but DN is not persistent property in WTPrincipal class.

How can I do it by code?

Thanks!

Best answer by AntonBagryanov

OrganizationServicesHelper.manager.getPrincipalByDN(String DN);

1 reply

AntonBagryanov1-VisitorAuthorAnswer
1-Visitor
May 14, 2015

OrganizationServicesHelper.manager.getPrincipalByDN(String DN);