Class AttributeRegistryServiceStrategy
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- net.shibboleth.idp.attribute.transcoding.impl.AttributeRegistryServiceStrategy
-
- All Implemented Interfaces:
Function<ApplicationContext,net.shibboleth.utilities.java.support.service.ServiceableComponent<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry>>,net.shibboleth.utilities.java.support.component.Component,net.shibboleth.utilities.java.support.component.DestructableComponent,net.shibboleth.utilities.java.support.component.IdentifiableComponent,net.shibboleth.utilities.java.support.component.IdentifiedComponent,net.shibboleth.utilities.java.support.component.InitializableComponent
public class AttributeRegistryServiceStrategy extends net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent implements Function<ApplicationContext,net.shibboleth.utilities.java.support.service.ServiceableComponent<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry>>
Strategy for summoning up anAttributeTranscoderRegistryImplfrom a populatedApplicationContext.
-
-
Field Summary
Fields Modifier and Type Field Description private LoggerlogClass logger.private StringnamingRegistryName of bean to supply naming function registry property.
-
Constructor Summary
Constructors Constructor Description AttributeRegistryServiceStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.shibboleth.utilities.java.support.service.ServiceableComponent<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry>apply(ApplicationContext appContext)voidsetNamingRegistry(String beanName)Set the name of the bean providing theAttributeTranscoderRegistryImpl.setNamingRegistry(Map)value.-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
doInitialize, getId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
-
-
-
Method Detail
-
setNamingRegistry
public void setNamingRegistry(@Nullable @NotEmpty String beanName)Set the name of the bean providing theAttributeTranscoderRegistryImpl.setNamingRegistry(Map)value.- Parameters:
beanName- name of bean of typeMap
-
apply
@Nullable public net.shibboleth.utilities.java.support.service.ServiceableComponent<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry> apply(@Nullable ApplicationContext appContext)- Specified by:
applyin interfaceFunction<ApplicationContext,net.shibboleth.utilities.java.support.service.ServiceableComponent<net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry>>
-
-