Package de.msi.oauth.flow
Interface ProtectedAccessFlowFactoryParam
- All Known Subinterfaces:
ProtectedAccessParam
public interface ProtectedAccessFlowFactoryParam
The mandatory parameter for creating a
ProtectedAccessFlowFactory from within the flow context.- Author:
- Martin Siegemund
- See Also:
- 7. Accessing Protected Resources
-
Method Summary
Modifier and Type Method Description HeaderFieldsadditionalParams()Retrieve some additional parameters, defined by the service provider.SignatureMethodsignatureMethod()Retrieve theSignatureMethodwhich is used to create the signature for accessing protected resources.
-
Method Details
-
signatureMethod
SignatureMethod signatureMethod()Retrieve theSignatureMethodwhich is used to create the signature for accessing protected resources.- Returns:
- the
SignatureMethod
-
additionalParams
HeaderFields additionalParams()Retrieve some additional parameters, defined by the service provider.- Returns:
- the
HeaderFields
-