Class OIDCResponseEncoderFactory

java.lang.Object
net.shibboleth.shared.component.AbstractInitializableComponent
net.shibboleth.idp.plugin.oidc.op.encoding.impl.OIDCResponseEncoderFactory
All Implemented Interfaces:
Function<ProfileRequestContext,MessageEncoder>, Component, DestructableComponent, InitializableComponent

@Deprecated(forRemoval=true) public class OIDCResponseEncoderFactory extends AbstractInitializableComponent implements Function<ProfileRequestContext,MessageEncoder>
Deprecated, for removal: This API element is subject to removal in a future version.
A source of encoders that first verifies a message being an instance of Nimbus Response and then returns the attached MessageEncoder.
  • Field Details

    • log

      @Nonnull private final org.slf4j.Logger log
      Deprecated, for removal: This API element is subject to removal in a future version.
      Class logger.
    • messageEncoder

      @NonnullAfterInit private MessageEncoder messageEncoder
      Deprecated, for removal: This API element is subject to removal in a future version.
      The message encoder to be returned by this factory.
  • Constructor Details

    • OIDCResponseEncoderFactory

      public OIDCResponseEncoderFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details