Uses of Interface
de.msi.oauth.flow.signature.SignatureMethod
| Package | Description |
|---|---|
| de.msi.oauth.flow | |
| de.msi.oauth.flow.params.header | |
| de.msi.oauth.flow.signature |
-
Uses of SignatureMethod in de.msi.oauth.flow
Methods in de.msi.oauth.flow that return SignatureMethod Modifier and Type Method Description SignatureMethodAccessTokenFlowFactoryParam. signatureMethod()Retrieve theSignatureMethod, used to create the header field signature for the token exchange phase.SignatureMethodProtectedAccessFlowFactoryParam. signatureMethod()Retrieve theSignatureMethodwhich is used to create the signature for accessing protected resources.SignatureMethodRequestTokenFlowParam. signatureMethod()Retrieve theSignatureMethod, used to sign the header fields for acquiring the request token.Constructors in de.msi.oauth.flow with parameters of type SignatureMethod Constructor Description RequestTokenFlowParamBuilder(ConsumerKey consumerKey, SignatureMethod signatureMethod, UserObtainRequestToken userObtainRequestToken)Create a new builder instance. -
Uses of SignatureMethod in de.msi.oauth.flow.params.header
Methods in de.msi.oauth.flow.params.header with parameters of type SignatureMethod Modifier and Type Method Description HeaderFieldsHeaderFieldsBuilder. build(SignatureMethod signatureMethod)Build theHeaderFieldsinstance by using the givenSignatureMethod. -
Uses of SignatureMethod in de.msi.oauth.flow.signature
Subinterfaces of SignatureMethod in de.msi.oauth.flow.signature Modifier and Type Interface Description interfaceHmacSha1SignatureRepresents theHMAC-SHA1signature method.interfacePlainTextSignatureThis represents to the signature typePLAINTEXT.interfaceRsaSha1SignatureRepresents theRSA-SHA1signature method.(package private) interfacede.msi.oauth.flow.signature.SignedTextSignatureA hidden intermediate interface to bundle functionalities which represent all signed text signatures.Classes in de.msi.oauth.flow.signature that implement SignatureMethod Modifier and Type Class Description static classHmacSha1Signature.DefaultHmacSha1SignatureThe default implementation of theHmacSha1Signature.static classPlainTextSignature.DefaultPlainTextSignatureThe default implementation of thePlainTextSignature.static classRsaSha1Signature.DefaultRsaSha1SignatureThe default implementation of theRsaSha1Signature.static classde.msi.oauth.flow.signature.SignedTextSignature.DefaultSignedTextSignatureBundles the common functionalities.