Uses of Interface
org.keycloak.truststore.TruststoreProvider
-
Packages that use TruststoreProvider Package Description org.keycloak.truststore -
-
Uses of TruststoreProvider in org.keycloak.truststore
Classes in org.keycloak.truststore that implement TruststoreProvider Modifier and Type Class Description class
FileTruststoreProvider
Methods in org.keycloak.truststore that return TruststoreProvider Modifier and Type Method Description TruststoreProvider
FileTruststoreProviderFactory. create(KeycloakSession session)
TruststoreProvider
JSSETruststoreConfigurator. getProvider()
Methods in org.keycloak.truststore with parameters of type TruststoreProvider Modifier and Type Method Description void
FileTruststoreProviderFactory. setProvider(TruststoreProvider provider)
Constructors in org.keycloak.truststore with parameters of type TruststoreProvider Constructor Description JSSETruststoreConfigurator(TruststoreProvider provider)
-