2016-02-03 10:20:22 +00:00
|
|
|
#
|
|
|
|
# Copyright 2016 Red Hat, Inc. and/or its affiliates
|
|
|
|
# and other contributors as indicated by the @author tags.
|
|
|
|
#
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
#
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
#
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
# limitations under the License.
|
|
|
|
#
|
|
|
|
|
2015-07-17 11:45:43 +00:00
|
|
|
org.keycloak.models.UserFederationSpi
|
|
|
|
org.keycloak.mappers.UserFederationMapperSpi
|
|
|
|
org.keycloak.models.RealmSpi
|
|
|
|
org.keycloak.models.UserSessionSpi
|
|
|
|
org.keycloak.models.UserSpi
|
2015-10-05 14:52:45 +00:00
|
|
|
org.keycloak.models.session.UserSessionPersisterSpi
|
2016-03-02 11:04:10 +00:00
|
|
|
org.keycloak.models.dblock.DBLockSpi
|
2015-11-18 14:06:23 +00:00
|
|
|
org.keycloak.migration.MigrationSpi
|
|
|
|
org.keycloak.hash.PasswordHashSpi
|
2016-01-16 00:07:17 +00:00
|
|
|
org.keycloak.events.EventListenerSpi
|
|
|
|
org.keycloak.events.EventStoreSpi
|
|
|
|
org.keycloak.exportimport.ExportSpi
|
|
|
|
org.keycloak.exportimport.ImportSpi
|
|
|
|
org.keycloak.timer.TimerSpi
|
2016-01-16 00:25:28 +00:00
|
|
|
org.keycloak.services.managers.BruteForceProtectorSpi
|
2016-04-05 15:18:53 +00:00
|
|
|
org.keycloak.services.resource.RealmResourceSPI
|
2016-01-16 00:25:28 +00:00
|
|
|
org.keycloak.protocol.ClientInstallationSpi
|
|
|
|
org.keycloak.protocol.LoginProtocolSpi
|
|
|
|
org.keycloak.protocol.ProtocolMapperSpi
|
2016-01-16 14:15:17 +00:00
|
|
|
org.keycloak.broker.provider.IdentityProviderSpi
|
|
|
|
org.keycloak.broker.provider.IdentityProviderMapperSpi
|
|
|
|
org.keycloak.broker.social.SocialProviderSpi
|
2016-01-16 14:38:24 +00:00
|
|
|
org.keycloak.forms.account.AccountSpi
|
|
|
|
org.keycloak.forms.login.LoginFormsSpi
|
|
|
|
org.keycloak.email.EmailSenderSpi
|
|
|
|
org.keycloak.email.EmailTemplateSpi
|
2016-01-19 16:33:59 +00:00
|
|
|
org.keycloak.theme.ThemeSpi
|
2016-01-19 22:29:16 +00:00
|
|
|
org.keycloak.truststore.TruststoreSpi
|
|
|
|
org.keycloak.connections.httpclient.HttpClientSpi
|
2016-01-20 19:52:04 +00:00
|
|
|
org.keycloak.models.cache.CacheRealmProviderSpi
|
|
|
|
org.keycloak.models.cache.CacheUserProviderSpi
|
2016-01-20 22:26:26 +00:00
|
|
|
org.keycloak.authentication.AuthenticatorSpi
|
|
|
|
org.keycloak.authentication.ClientAuthenticatorSpi
|
|
|
|
org.keycloak.authentication.RequiredActionSpi
|
|
|
|
org.keycloak.authentication.FormAuthenticatorSpi
|
|
|
|
org.keycloak.authentication.FormActionSpi
|
2016-02-17 05:01:28 +00:00
|
|
|
org.keycloak.cluster.ClusterSpi
|
2016-01-20 22:26:26 +00:00
|
|
|
|
2016-01-16 00:25:28 +00:00
|
|
|
|