Interface UsernameToBindDnConverter
- All Known Implementing Classes:
UsernameToBindDnConverter.ByDomainEmail,UsernameToBindDnConverter.ByUserRdnAttribute
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts a username (like 'foobar') into it's bind dn (like
'uid=foobar,ou=people,dc=example,dc=org').
- Author:
- Christian Bremer
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classConverts a username (like 'foobar') into it's (active directory) bind dn (like 'foobar@example.org').static classThe type By user rdn attribute. -
Method Summary
-
Method Details
-
convert
Converts a username (like 'foobar') into it's bind dn (like 'uid=foobar,ou=people,dc=example,dc=org').- Parameters:
username- the username- Returns:
- the bind dn
-