90919293949596979899100
LdapName principalDn = new LdapName( principal ); PartitionNexus rootNexus = getAuthenticatorContext().getPartitionNexus(); Attributes userEntry = rootNexus.lookup( principalDn ); if ( userEntry == null ) { throw new LdapNameNotFoundException(); }