Package org.keycloak.protocol.saml
Class EntityDescriptorDescriptionConverter
java.lang.Object
org.keycloak.protocol.saml.EntityDescriptorDescriptionConverter
- All Implemented Interfaces:
ClientDescriptionConverter
,ClientDescriptionConverterFactory
,Provider
,ProviderFactory<ClientDescriptionConverter>
public class EntityDescriptorDescriptionConverter
extends Object
implements ClientDescriptionConverter, ClientDescriptionConverterFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
This is called when the server shuts down.convertToInternal
(String description) create
(KeycloakSession session) getId()
static String
getServiceURL
(SPSSODescriptorType sp, String bindingURI) Get the service url for the SPstatic SPSSODescriptorType
getSPDescriptor
(EntityDescriptorType entityDescriptor) Get the SP Descriptor from an entity descriptorvoid
init
(Config.Scope config) Only called once when the factory is first created.boolean
isSupported
(String description) void
postInit
(KeycloakSessionFactory factory) Called after all provider factories have been initializedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
EntityDescriptorDescriptionConverter
public EntityDescriptorDescriptionConverter()
-
-
Method Details
-
isSupported
- Specified by:
isSupported
in interfaceClientDescriptionConverterFactory
-
convertToInternal
- Specified by:
convertToInternal
in interfaceClientDescriptionConverter
-
getSPDescriptor
Get the SP Descriptor from an entity descriptor- Parameters:
entityDescriptor
-- Returns:
-
getServiceURL
Get the service url for the SP- Parameters:
sp
-bindingURI
-- Returns:
-
create
- Specified by:
create
in interfaceProviderFactory<ClientDescriptionConverter>
-
init
Description copied from interface:ProviderFactory
Only called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
init
in interfaceProviderFactory<ClientDescriptionConverter>
-
postInit
Description copied from interface:ProviderFactory
Called after all provider factories have been initialized- Specified by:
postInit
in interfaceProviderFactory<ClientDescriptionConverter>
-
close
public void close()Description copied from interface:ProviderFactory
This is called when the server shuts down.- Specified by:
close
in interfaceProvider
- Specified by:
close
in interfaceProviderFactory<ClientDescriptionConverter>
-
getId
- Specified by:
getId
in interfaceProviderFactory<ClientDescriptionConverter>
-