mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-08 14:32:05 -03:30
40 lines
2.0 KiB
Plaintext
Executable File
40 lines
2.0 KiB
Plaintext
Executable File
#
|
|
# 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.
|
|
#
|
|
|
|
org.keycloak.exportimport.ClientDescriptionConverterSpi
|
|
org.keycloak.wellknown.WellKnownSpi
|
|
org.keycloak.services.clientregistration.ClientRegistrationSpi
|
|
org.keycloak.services.clientregistration.policy.ClientRegistrationPolicySpi
|
|
org.keycloak.services.managers.RealmManagerSpi
|
|
org.keycloak.authentication.actiontoken.ActionTokenHandlerSpi
|
|
org.keycloak.services.x509.X509ClientCertificateLookupSpi
|
|
org.keycloak.protocol.oidc.ext.OIDCExtSPI
|
|
org.keycloak.protocol.saml.preprocessor.SamlAuthenticationPreprocessorSpi
|
|
org.keycloak.encoding.ResourceEncodingSpi
|
|
org.keycloak.protocol.oidc.encode.TokenContextEncoderSpi
|
|
org.keycloak.protocol.oidc.grants.ciba.channel.AuthenticationChannelSpi
|
|
org.keycloak.protocol.oidc.grants.ciba.resolvers.CIBALoginUserResolverSpi
|
|
org.keycloak.protocol.oidc.rar.AuthorizationRequestParserSpi
|
|
org.keycloak.services.resources.admin.ext.AdminRealmResourceSpi
|
|
org.keycloak.theme.freemarker.FreeMarkerSPI
|
|
org.keycloak.protocol.oid4vc.issuance.credentialbuilder.CredentialBuilderSpi
|
|
org.keycloak.protocol.oid4vc.issuance.credentialoffer.CredentialOfferStorageSpi
|
|
org.keycloak.protocol.oid4vc.issuance.keybinding.ProofValidatorSpi
|
|
org.keycloak.protocol.oid4vc.issuance.signing.CredentialSignerSpi
|
|
org.keycloak.protocol.oid4vc.issuance.keybinding.CNonceHandlerSpi
|
|
org.keycloak.protocol.oidc.rar.AuthorizationDetailsProcessorSpi
|