Mention that list of SPI is not complete. Complete list is available in admin console (#6)
This commit is contained in:
parent
dc6c386b40
commit
4f15b631db
1 changed files with 4 additions and 2 deletions
|
@ -136,7 +136,7 @@ public class MyEventListenerProvider implements EventListenerProvider {
|
|||
}
|
||||
----
|
||||
|
||||
|
||||
[[_providers_admin_console]]
|
||||
==== Show info from you SPI implementation in Keycloak admin console
|
||||
|
||||
Sometimes it is useful to show additional info about your Provider to a Keycloak administrator. You can show provider build time informations (eg. version of
|
||||
|
@ -279,7 +279,9 @@ For example to disable the Infinispan user cache provider add:
|
|||
|
||||
=== Available SPIs
|
||||
|
||||
Here's a list of the available SPIs and a brief description. For more details on each SPI refer to individual sections.
|
||||
Here's a list of the most important available SPIs and a brief description. For more details on each SPI refer to individual sections.
|
||||
If you want to see list of all available SPIs at runtime, you can check `Server Info` page in admin console as described in <<fake/../providers.adoc#_providers_admin_console,Admin Console>> section.
|
||||
|
||||
|
||||
|===
|
||||
|SPI|Description
|
||||
|
|
Loading…
Reference in a new issue