Package de.msi.oauth.flow
Interface ProtectedAccessParam
- All Superinterfaces:
ProtectedAccessFlowFactoryParam
public interface ProtectedAccessParam extends ProtectedAccessFlowFactoryParam
Provides all required parameters for creating a
ProtectedAccess.- Author:
- Martin Siegemund
-
Method Summary
Modifier and Type Method Description ConsumerKeyconsumerKey()Retrieve theConsumerKey.booleanincludeVersion()Retrieve the information about weather or not, theoauth_versioninformation should be included within the header fields.UserAccessTokenParameteruserAccessTokenParameter()Retrieve the user suppliedUserAccessTokenParameter.Methods inherited from interface de.msi.oauth.flow.ProtectedAccessFlowFactoryParam
additionalParams, signatureMethod
-
Method Details
-
consumerKey
ConsumerKey consumerKey()Retrieve theConsumerKey.- Returns:
- the key
-
includeVersion
boolean includeVersion()Retrieve the information about weather or not, theoauth_versioninformation should be included within the header fields.- Returns:
trueif the information should be included, otherwisefalse
-
userAccessTokenParameter
UserAccessTokenParameter userAccessTokenParameter()Retrieve the user suppliedUserAccessTokenParameter.- Returns:
- the parameter
-