Uses of Class
org.keycloak.storage.ldap.idm.model.LDAPDn
Packages that use LDAPDn
Package
Description
-
Uses of LDAPDn in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap with parameters of type LDAPDnModifier and TypeMethodDescriptionLDAPStorageProvider.loadLDAPUserByDN
(RealmModel realm, LDAPDn dn) Method parameters in org.keycloak.storage.ldap with type arguments of type LDAPDnModifier and TypeMethodDescriptionLDAPStorageProvider.loadUsersByDNs
(RealmModel realm, Collection<LDAPDn> dns, int firstResult, int maxResults) -
Uses of LDAPDn in org.keycloak.storage.ldap.idm.model
Methods in org.keycloak.storage.ldap.idm.model that return LDAPDnModifier and TypeMethodDescriptionstatic LDAPDn
LDAPDn.fromLdapName
(LdapName ldapName) static LDAPDn
LDAPDn.fromString
(String dnString) LDAPObject.getDn()
LDAPDn.getParentDn()
Methods in org.keycloak.storage.ldap.idm.model with parameters of type LDAPDn -
Uses of LDAPDn in org.keycloak.storage.ldap.mappers.membership
Methods in org.keycloak.storage.ldap.mappers.membership that return types with arguments of type LDAPDnModifier and TypeMethodDescriptionMembershipType.getLDAPSubgroups
(CommonLDAPGroupMapper groupMapper, LDAPObject ldapGroup) -
Uses of LDAPDn in org.keycloak.storage.ldap.mappers.membership.group
Methods in org.keycloak.storage.ldap.mappers.membership.group that return types with arguments of type LDAPDn