Uses of Interface
de.msi.oauth.flow.signature.params.SignatureParamsHandler
| Package | Description |
|---|---|
| de.msi.oauth.flow.signature.params |
-
Uses of SignatureParamsHandler in de.msi.oauth.flow.signature.params
Methods in de.msi.oauth.flow.signature.params with parameters of type SignatureParamsHandler Modifier and Type Method Description default <R, E extends Exception>
RPlainTextSignatureParams. handle(SignatureParamsHandler<R,E> handler)<R, E extends Exception>
RSignatureParams. handle(SignatureParamsHandler<R,E> handler)Handle theSignatureParamsin a typesafe way.default <R, E extends Exception>
RSignedTextSignatureParams. handle(SignatureParamsHandler<R,E> handler)