JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Keycloak LDAP UserStoreProvider 15.1.1
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Class
Description
AbstractLDAPStorageMapper
Stateful per-request object
AbstractLDAPStorageMapperFactory
CertificateLDAPStorageMapper
CertificateLDAPStorageMapperFactory
CommonLDAPGroupMapper
Mapper related to mapping of LDAP groups to keycloak model objects (either keycloak roles or keycloak groups)
CommonLDAPGroupMapperConfig
Condition
A
Condition
is used to specify how a specific query parameter is defined in order to filter query results.
EqualCondition
EscapeStrategy
FullNameLDAPStorageMapper
Mapper useful for the LDAP deployments when some attribute (usually CN) is mapped to full name of user
FullNameLDAPStorageMapperFactory
GroupLDAPStorageMapper
GroupLDAPStorageMapperFactory
GroupMapperConfig
GroupTreeResolver
GroupTreeResolver.Group
GroupTreeResolver.GroupTreeEntry
GroupTreeResolver.GroupTreeResolveException
HardcodedAttributeMapper
HardcodedAttributeMapperFactory
HardcodedLDAPAttributeMapper
HardcodedLDAPAttributeMapperFactory
HardcodedLDAPGroupStorageMapper
HardcodedLDAPGroupStorageMapperFactory
HardcodedLDAPRoleStorageMapper
HardcodedLDAPRoleStorageMapperFactory
IdentityStore
IdentityStore representation providing minimal SPI TODO: Rather remove this abstraction
LDAPConfig
LDAPConfigDecorator
LDAPContextManager
LDAPDn
LDAPDn.RDN
Single RDN inside the DN.
LDAPGroupMapperMode
LDAPIdentityStore
An IdentityStore implementation backed by an LDAP directory
LDAPIdentityStoreRegistry
LDAPMappersComparator
TODO: Possibly add "priority" instead of hardcoding behaviour
LDAPObject
LDAPOperationDecorator
LDAPOperationManager
This class provides a set of operations to manage LDAP trees.
LDAPOperationManager.LdapOperation
<
R
>
LDAPProviderKerberosConfig
Configuration specific to
LDAPStorageProvider
LDAPQuery
Default IdentityQuery implementation.
LDAPQuery.PaginationContext
LDAPQueryConditionsBuilder
LDAPServerPolicyHintsDecorator
LDAPStorageMapper
LDAPStorageMapperFactory
<
T
extends
LDAPStorageMapper
>
LDAPStorageMapperManager
TODO: LDAPStorageMapper should be divided into more interfaces and let the LDAPStorageMapperManager to check which operation (feature) is supported by which mapper implementation
LDAPStorageMapperSpi
LDAPStorageProvider
LDAPStorageProviderFactory
LDAPStorageUserManager
Track which LDAP users were already enlisted during this transaction
LDAPTransaction
LDAPUtil
Utility class for working with LDAP.
LDAPUtils
Allow to directly call some operations against LDAPIdentityStore.
LDAPWritesOnlyUserModelDelegate
User model delegate, which tracks what attributes were written to LDAP in this transaction.
MembershipType
MSADLDSUserAccountControlStorageMapper
Mapper specific to MSAD LDS.
MSADLDSUserAccountControlStorageMapperFactory
MSADUserAccountControlStorageMapper
Mapper specific to MSAD.
MSADUserAccountControlStorageMapperFactory
NamedParameterCondition
PasswordModifyRequest
An implementation of the
LDAP Password Modify Extended Operation
client request.
PasswordUpdateCallback
ReadonlyLDAPUserModelDelegate
Will be good to get rid of this class and use ReadOnlyUserModelDelegate, but it can't be done now due the backwards compatibility.
RoleLDAPStorageMapper
Map realm roles or roles of particular client to LDAP groups
RoleLDAPStorageMapperFactory
RoleMapperConfig
Sort
TxAwareLDAPUserModelDelegate
UserAccountControl
See https://support.microsoft.com/en-us/kb/305144
UserAttributeLDAPStorageMapper
UserAttributeLDAPStorageMapperFactory
UserRolesRetrieveStrategy
Strategy for how to retrieve LDAP roles of user
UserRolesRetrieveStrategy.GetRolesFromUserMemberOfAttribute
Roles of user will be retrieved from "memberOf" attribute of our user
UserRolesRetrieveStrategy.LoadRolesByMember
Roles of user will be retrieved by sending LDAP query to retrieve all roles where "member" is our user
UserRolesRetrieveStrategy.LoadRolesByMemberRecursively
Extension specific to Active Directory.