Uses of Package
de.msi.oauth.flow.signature
| Package | Description |
|---|---|
| de.msi.oauth.flow | |
| de.msi.oauth.flow.params.header | |
| de.msi.oauth.flow.signature |
-
Classes in de.msi.oauth.flow.signature used by de.msi.oauth.flow Class Description SignatureMethod This functionality refers to the different ways of sign requests within theOAuth authenticationprocess. -
Classes in de.msi.oauth.flow.signature used by de.msi.oauth.flow.params.header Class Description SignatureMethod This functionality refers to the different ways of sign requests within theOAuth authenticationprocess. -
Classes in de.msi.oauth.flow.signature used by de.msi.oauth.flow.signature Class Description HmacSha1Signature Represents theHMAC-SHA1signature method.PlainTextSignature This represents to the signature typePLAINTEXT.RsaSha1Signature Represents theRSA-SHA1signature method.SignatureMethod This functionality refers to the different ways of sign requests within theOAuth authenticationprocess.SignatureMethodHandler Provides the capability to handleSignatureMethodinstances in a typesafe way.