Interface OIDCMessageEncoder
-
- All Superinterfaces:
Component,DestructableComponent,InitializableComponent,MessageEncoder,Predicate<OAuth2AuthorizationProfileConfiguration.HttpRequestMethod>
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.utilities.java.support.component.DestructableComponent
destroy, isDestroyed
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent
initialize, isInitialized
-
Methods inherited from interface org.opensaml.messaging.encoder.MessageEncoder
encode, prepareContext, setMessageContext
-
-