Uses of Interface
net.shibboleth.idp.attribute.transcoding.AttributeTranscoderRegistry
-
Packages that use AttributeTranscoderRegistry Package Description net.shibboleth.idp.attribute.resolver.context The context to do with Attribute Resolution.net.shibboleth.idp.attribute.transcoding.impl Implementation classes for attribute transcoding.net.shibboleth.idp.cas.flow.impl CAS protocol flow implementations.net.shibboleth.idp.consent.logic.impl Predicates and functions related to attribute consent.net.shibboleth.idp.profile.impl Implementations of various profile actions.net.shibboleth.idp.saml.metadata.impl This package contains such class definitions as are needed to bridge between the relying-party.xml schema and OpenSAML.net.shibboleth.idp.saml.profile.impl Actions common to SAML 1 and SAML 2 processing.net.shibboleth.idp.saml.saml1.profile.impl Profile processing actions related to SAML 1 messages.net.shibboleth.idp.saml.saml2.profile.impl Profile processing actions related to SAML 2 messages. -
-
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.attribute.resolver.context
Fields in net.shibboleth.idp.attribute.resolver.context with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>AttributeResolutionContext. registryServiceRegistry service to use to attach display metadata to resolved attributes.Methods in net.shibboleth.idp.attribute.resolver.context that return types with arguments of type AttributeTranscoderRegistry Modifier and Type Method Description ReloadableService<AttributeTranscoderRegistry>AttributeResolutionContext. getTranscoderRegistry()Gets a transcoder registry service instance.Method parameters in net.shibboleth.idp.attribute.resolver.context with type arguments of type AttributeTranscoderRegistry Modifier and Type Method Description AttributeResolutionContextAttributeResolutionContext. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> service)Sets a transcoder registry service instance. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.attribute.transcoding.impl
Classes in net.shibboleth.idp.attribute.transcoding.impl that implement AttributeTranscoderRegistry Modifier and Type Class Description classAttributeTranscoderRegistryImplService implementation of theAttributeTranscoderRegistryinterface.Methods in net.shibboleth.idp.attribute.transcoding.impl that return AttributeTranscoderRegistry Modifier and Type Method Description AttributeTranscoderRegistryAttributeTranscoderRegistryImpl. getComponent()Methods in net.shibboleth.idp.attribute.transcoding.impl that return types with arguments of type AttributeTranscoderRegistry Modifier and Type Method Description ServiceableComponent<AttributeTranscoderRegistry>AttributeRegistryServiceStrategy. apply(ApplicationContext appContext) -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.cas.flow.impl
Fields in net.shibboleth.idp.cas.flow.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>PrepareTicketValidationResponseAction. transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.cas.flow.impl with parameters of type AttributeTranscoderRegistry Modifier and Type Method Description protected intPrepareTicketValidationResponseAction. encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results)Access the registry of transcoding rules to transform the input attribute into a target type.Method parameters in net.shibboleth.idp.cas.flow.impl with type arguments of type AttributeTranscoderRegistry Modifier and Type Method Description voidPrepareTicketValidationResponseAction. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the registry of transcoding rules to apply to encode attributes. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.consent.logic.impl
Fields in net.shibboleth.idp.consent.logic.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>AbstractAttributeDisplayFunction. transcoderHow to do the lookup.Methods in net.shibboleth.idp.consent.logic.impl with parameters of type AttributeTranscoderRegistry Modifier and Type Method Description protected abstract Map<Locale,String>AbstractAttributeDisplayFunction. getDisplayInfo(AttributeTranscoderRegistry registry, IdPAttribute attribute)Get the information to be displayed from the attribute.protected Map<Locale,String>AttributeDisplayDescriptionFunction. getDisplayInfo(AttributeTranscoderRegistry registry, IdPAttribute attribute)Get the information to be displayed from the attribute.protected Map<Locale,String>AttributeDisplayNameFunction. getDisplayInfo(AttributeTranscoderRegistry registry, IdPAttribute attribute)Get the information to be displayed from the attribute.Constructor parameters in net.shibboleth.idp.consent.logic.impl with type arguments of type AttributeTranscoderRegistry Constructor Description AbstractAttributeDisplayFunction(javax.servlet.http.HttpServletRequest request, List<String> defaultLanguages, ReloadableService<AttributeTranscoderRegistry> transcoderService)Constructor.AttributeDisplayDescriptionFunction(javax.servlet.http.HttpServletRequest request, List<String> defaultLangauages, ReloadableService<AttributeTranscoderRegistry> transcoderService)Constructor.AttributeDisplayNameFunction(javax.servlet.http.HttpServletRequest request, List<String> defaultLangauages, ReloadableService<AttributeTranscoderRegistry> transcoderService)Constructor. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>ResolveAttributes. transcoderRegistryTranscoder registry service object.Method parameters in net.shibboleth.idp.profile.impl with type arguments of type AttributeTranscoderRegistry Modifier and Type Method Description voidResolveAttributes. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the registry of transcoding rules to apply to supply attribute display metadata. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.metadata.impl
Fields in net.shibboleth.idp.saml.metadata.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>AttributeMappingNodeProcessor. transcoderRegistryService used to get the registry of decoding rules.Methods in net.shibboleth.idp.saml.metadata.impl with parameters of type AttributeTranscoderRegistry Modifier and Type Method Description private voidAttributeMappingNodeProcessor. handleAttributeConsumingService(AttributeTranscoderRegistry registry, AttributeConsumingService acs)Look inside theAttributeConsumingServicefor anyRequestedAttributes and map them.private voidAttributeMappingNodeProcessor. handleEntityAttributes(AttributeTranscoderRegistry registry, Extensions extensions)Look inside theExtensionsforEntityAttributesand map them.Constructor parameters in net.shibboleth.idp.saml.metadata.impl with type arguments of type AttributeTranscoderRegistry Constructor Description AttributeMappingNodeProcessor(ReloadableService<AttributeTranscoderRegistry> registry)Constructor. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.profile.impl
Fields in net.shibboleth.idp.saml.profile.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>BaseAddAttributeStatementToAssertion. transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.saml.profile.impl that return types with arguments of type AttributeTranscoderRegistry Modifier and Type Method Description ReloadableService<AttributeTranscoderRegistry>BaseAddAttributeStatementToAssertion. getTranscoderRegistry()Gets the registry of transcoding rules to apply to encode attributes.Methods in net.shibboleth.idp.saml.profile.impl with parameters of type AttributeTranscoderRegistry Modifier and Type Method Description protected intBaseAddAttributeStatementToAssertion. encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Class<T> to, Collection<T> results)Access the registry of transcoding rules to transform the input attribute into a target type.Method parameters in net.shibboleth.idp.saml.profile.impl with type arguments of type AttributeTranscoderRegistry Modifier and Type Method Description voidBaseAddAttributeStatementToAssertion. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the registry of transcoding rules to apply to encode attributes. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.saml1.profile.impl
Fields in net.shibboleth.idp.saml.saml1.profile.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>FilterByQueriedAttributeDesignators. transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.saml.saml1.profile.impl with parameters of type AttributeTranscoderRegistry Modifier and Type Method Description private voidFilterByQueriedAttributeDesignators. decodeAttributeDesignator(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, AttributeDesignator input, Collection<String> results)Access the registry of transcoding rules to decode the inputAttributeDesignator.private voidAddAttributeStatementToAssertion. encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results)EncodesIdPAttributeinto zero or moreAttributeobjects if a proper encoder is available.Method parameters in net.shibboleth.idp.saml.saml1.profile.impl with type arguments of type AttributeTranscoderRegistry Modifier and Type Method Description voidFilterByQueriedAttributeDesignators. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the registry of transcoding rules to apply to encode attributes. -
Uses of AttributeTranscoderRegistry in net.shibboleth.idp.saml.saml2.profile.impl
Fields in net.shibboleth.idp.saml.saml2.profile.impl with type parameters of type AttributeTranscoderRegistry Modifier and Type Field Description private ReloadableService<AttributeTranscoderRegistry>FilterByQueriedAttributes. transcoderRegistryTranscoder registry service object.private ReloadableService<AttributeTranscoderRegistry>MapRequestedAttributesInAttributeConsumingService. transcoderRegistryThe registry of decoding rules.private ReloadableService<AttributeTranscoderRegistry>ValidateSAMLAuthentication. transcoderRegistryTranscoder registry service object.Methods in net.shibboleth.idp.saml.saml2.profile.impl with parameters of type AttributeTranscoderRegistry Modifier and Type Method Description protected voidFilterByQueriedAttributes. decodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String,IdPAttribute> results)Access the registry of transcoding rules to decode the inputAttribute.private voidValidateSAMLAuthentication. decodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, Attribute input, Multimap<String,IdPAttribute> results)Access the registry of transcoding rules to decode the inputAttribute.private voidAddAttributeStatementToAssertion. encodeAttribute(AttributeTranscoderRegistry registry, ProfileRequestContext profileRequestContext, IdPAttribute attribute, Collection<Attribute> results)Encodes aIdPAttributeinto zero or moreAttributeobjects if a proper encoder is available.Method parameters in net.shibboleth.idp.saml.saml2.profile.impl with type arguments of type AttributeTranscoderRegistry Modifier and Type Method Description voidFilterByQueriedAttributes. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the registry of transcoding rules to apply to encode attributes.voidMapRequestedAttributesInAttributeConsumingService. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the service which provides attribute decoding rules.voidValidateSAMLAuthentication. setTranscoderRegistry(ReloadableService<AttributeTranscoderRegistry> registry)Sets the registry of transcoding rules to apply to encode attributes.
-