Uses of Enum Class
org.keycloak.storage.ldap.LDAPStorageProvider.ImportType
Packages that use LDAPStorageProvider.ImportType
-
Uses of LDAPStorageProvider.ImportType in org.keycloak.storage.ldap
Methods in org.keycloak.storage.ldap that return LDAPStorageProvider.ImportTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LDAPStorageProvider.ImportType[]
LDAPStorageProvider.ImportType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.storage.ldap with parameters of type LDAPStorageProvider.ImportTypeModifier and TypeMethodDescriptionprotected UserModel
LDAPStorageProvider.importUserFromLDAP
(KeycloakSession session, RealmModel realm, LDAPObject ldapUser, LDAPStorageProvider.ImportType importType)