mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-28 04:13:22 -04:00
Remove unused and outdated page for user federation mapper
closes #19128
This commit is contained in:
parent
d89c81fec4
commit
087d1a3be8
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
|||
[[_user_federation_mapper]]
|
||||
== User federation mapper SPI
|
||||
|
||||
=== LDAP mapper
|
||||
|
||||
For the more advanced use cases, you have the possibility to create your own implementation of LDAP mapper or just subclass from some already existing mapper
|
||||
implementation. You will need to implement `UserFederationMapperFactory` interface.
|
||||
|
||||
In most cases, instead of creating `UserFederationMapperFactory` from scratch, you can create subclasses of `AbstractLDAPFederationMapperFactory`, which itself
|
||||
implements `UserFederationMapperFactory`.
|
||||
|
||||
Then you need to create mapper implementation, which will be subclass of `AbstractLDAPFederationMapper` (this mapper implementation will be returned by
|
||||
`YourAbstractLDAPFederationMapperFactorySubclass.createMapper` method).
|
||||
|
||||
For details on how to package and deploy a custom provider refer to the <<providers.adoc#providers,Service Provider Interfaces>> chapter.
|
||||
Loading…
Reference in a new issue