Interface OIDCMessageEncoder
-
- All Superinterfaces:
Component,DestructableComponent,InitializableComponent,MessageEncoder,Predicate<OIDCAuthorizationConfiguration.OIDCHttpRequestMethod>
public interface OIDCMessageEncoder extends Predicate<OIDCAuthorizationConfiguration.OIDCHttpRequestMethod>, MessageEncoder
An OIDC message encoder interface which requires implementations to test if the request method is supported by the encoder.
-
-
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
-
-