Interface OIDCMessageEncoder
- All Superinterfaces:
Component,DestructableComponent,InitializableComponent,MessageEncoder,Predicate<OAuth2AuthorizationProfileConfiguration.HttpRequestMethod>
- All Known Implementing Classes:
AbstractOIDCMessageEncoder,HTTPPostAuthnRequestEncoder,HTTPRedirectAuthnRequestEncoder
public interface OIDCMessageEncoder
extends Predicate<OAuth2AuthorizationProfileConfiguration.HttpRequestMethod>, MessageEncoder
An OIDC message encoder interface which requires implementations to test if the request
method is supported by the encoder.
- Since:
- 2.2.0
-
Method Summary
Methods inherited from interface net.shibboleth.shared.component.DestructableComponent
destroy, isDestroyedMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface org.opensaml.messaging.encoder.MessageEncoder
encode, prepareContext, setMessageContext