Class KerberosPrincipalAttributeMapperFactory
java.lang.Object
org.keycloak.storage.ldap.mappers.AbstractLDAPStorageMapperFactory
org.keycloak.storage.ldap.mappers.KerberosPrincipalAttributeMapperFactory
- All Implemented Interfaces:
ComponentFactory<LDAPStorageMapper,
,LDAPStorageMapper> SubComponentFactory<LDAPStorageMapper,
,LDAPStorageMapper> ConfiguredProvider
,ProviderFactory<LDAPStorageMapper>
,LDAPStorageMapperFactory<LDAPStorageMapper>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected KerberosPrincipalAttributeMapper
createMapper
(ComponentModel mapperModel, LDAPStorageProvider federationProvider) getId()
This is the name of the provider and will be showed in the admin console as an option.Methods inherited from class org.keycloak.storage.ldap.mappers.AbstractLDAPStorageMapperFactory
checkMandatoryConfigAttribute, close, create, createConfigProperty, createConfigProperty, getTypeMetadata, init, postInit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.component.ComponentFactory
create, getCommonProviderConfigProperties, onUpdate, preRemove
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.storage.ldap.mappers.LDAPStorageMapperFactory
getConfigProperties, onCreate, onParentUpdate, validateConfiguration
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
Methods inherited from interface org.keycloak.component.SubComponentFactory
getConfigProperties, getTypeMetadata
-
Field Details
-
PROVIDER_ID
- See Also:
-
-
Constructor Details
-
KerberosPrincipalAttributeMapperFactory
public KerberosPrincipalAttributeMapperFactory()
-
-
Method Details
-
createMapper
protected KerberosPrincipalAttributeMapper createMapper(ComponentModel mapperModel, LDAPStorageProvider federationProvider) - Specified by:
createMapper
in classAbstractLDAPStorageMapperFactory
-
getId
Description copied from interface:LDAPStorageMapperFactory
This is the name of the provider and will be showed in the admin console as an option. -
getHelpText
-