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 Summary
FieldsModifier and TypeFieldDescriptionprivate final org.slf4j.LoggerDeprecated, for removal: This API element is subject to removal in a future version.Class logger.private MessageEncoderDeprecated, for removal: This API element is subject to removal in a future version.The message encoder to be returned by this factory. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionapply(ProfileRequestContext input) Deprecated, for removal: This API element is subject to removal in a future version.protected voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetMessageEncoder(MessageEncoder encoder) Deprecated, for removal: This API element is subject to removal in a future version.Set the message encoder to be returned by this factory.Methods inherited from class net.shibboleth.shared.component.AbstractInitializableComponent
checkComponentActive, checkSetterPreconditions, destroy, doDestroy, ifDestroyedThrowDestroyedComponentException, ifInitializedThrowUnmodifiabledComponentException, ifNotInitializedThrowUninitializedComponentException, initialize, isDestroyed, isInitialized
-
Field Details
-
log
@Nonnull private final org.slf4j.Logger logDeprecated, for removal: This API element is subject to removal in a future version.Class logger. -
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
-
setMessageEncoder
Deprecated, for removal: This API element is subject to removal in a future version.Set the message encoder to be returned by this factory.- Parameters:
encoder- What to set.
-
doInitialize
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
doInitializein classAbstractInitializableComponent- Throws:
ComponentInitializationException
-
apply
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
applyin interfaceFunction<ProfileRequestContext,MessageEncoder>
-