Uses of Interface
de.msi.oauth.flow.signature.SignatureMethodHandler
| Package | Description |
|---|---|
| de.msi.oauth.flow.signature |
-
Uses of SignatureMethodHandler in de.msi.oauth.flow.signature
Methods in de.msi.oauth.flow.signature with parameters of type SignatureMethodHandler Modifier and Type Method Description default <R, E extends Exception>
RHmacSha1Signature. handle(SignatureMethodHandler<R,E> handler)default <R, E extends Exception>
RPlainTextSignature. handle(SignatureMethodHandler<R,E> handler)default <R, E extends Exception>
RRsaSha1Signature. handle(SignatureMethodHandler<R,E> handler)<R, E extends Exception>
RSignatureMethod. handle(SignatureMethodHandler<R,E> handler)Handle thisSignatureMethodin a typesafe way by providing aSignatureMethodHandler.