public class CustomWrapperInputParameterOAuth20Authentication extends Object
CustomWrapperInputParameter
of HTTP
route type.Modifier and Type | Class and Description |
---|---|
static class |
CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType
OAuth 2.0 Grant Type.
|
static class |
CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers
Authentication method used by the authorization server.
|
static class |
CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod
Request signing method.
|
Constructor and Description |
---|
CustomWrapperInputParameterOAuth20Authentication()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken()
Gets the access token.
|
Calendar |
getAccessTokenExpiryDate()
Gets the expiry date of the access token.
|
CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType |
getAuthenticationGrantType()
Gets the authentication grant type.
|
CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers |
getAuthenticationMethodOfAuthorizationServers()
Gets the authentication method of the authorization servers.
|
String |
getClientIdentifier()
Gets the client identifier.
|
String |
getClientSecret()
Gets the client secret.
|
String |
getQueryParameter()
Gets the name of the query parameter.
|
String |
getRefreshToken()
Gets the refresh token.
|
Map<String,String> |
getRefreshTokenRequestExtraParameters()
Gets the refresh token extra parameters.
|
CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod |
getRequestSigningMethod()
Gets the request signing method.
|
List<String> |
getScopes()
Gets the scopes.
|
String |
getTokenEndpointURL()
Gets the URL of the token endpoint.
|
String |
getUserIdentifier()
Gets the user identifier.
|
String |
getUserPassword()
Gets the user password.
|
void |
setAccessToken(String accessToken)
Sets the access token.
|
void |
setAccessTokenExpiryDate(Calendar accessTokenExpiryDate)
Sets the expiry date of the access token.
|
void |
setAuthenticationGrantType(CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType authenticationGrantType)
Sets the authentication grant type.
|
void |
setAuthenticationMethodOfAuthorizationServers(CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers authenticationMethodOfAuthorizationServers)
Sets the authentication method of the authorization servers.
|
void |
setClientIdentifier(String clientIdentifier)
Sets the client identifier.
|
void |
setClientSecret(String clientSecret)
Sets the client secret.
|
void |
setQueryParameter(String queryParameter)
Sets que name of the query parameter.
|
void |
setRefreshToken(String refreshToken)
Sets the refresh token.
|
void |
setRefreshTokenRequestExtraParameters(Map<String,String> refreshTokenRequestExtraParameters)
Sets the refresh token extra parameters.
|
void |
setRequestSigningMethod(CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod requestSigningMethod)
Sets the request signing method.
|
void |
setScopes(List<String> scopes)
Sets the scopes.
|
void |
setTokenEndpointURL(String tokenEndpointURL)
Sets the URL of the token endpoint.
|
void |
setUserIdentifier(String userIdentifier)
Sets the user identifier.
|
void |
setUserPassword(String userPassword)
Sets the user password.
|
public CustomWrapperInputParameterOAuth20Authentication()
public Calendar getAccessTokenExpiryDate()
public void setAccessTokenExpiryDate(Calendar accessTokenExpiryDate)
accessTokenExpiryDate
- The expiry date of the access token.public String getAccessToken()
public void setAccessToken(String accessToken)
accessToken
- The access token.public String getClientIdentifier()
public void setClientIdentifier(String clientIdentifier)
clientIdentifier
- The client identifier.public String getClientSecret()
public void setClientSecret(String clientSecret)
clientSecret
- The client secret.public String getQueryParameter()
public void setQueryParameter(String queryParameter)
queryParameter
- The name of the query parameter.public String getRefreshToken()
public void setRefreshToken(String refreshToken)
refreshToken
- The refresh token.public String getTokenEndpointURL()
public void setTokenEndpointURL(String tokenEndpointURL)
tokenEndpointURL
- The URL of the token endpoint.public String getUserIdentifier()
public void setUserIdentifier(String userIdentifier)
userIdentifier
- The user identifier.public String getUserPassword()
public void setUserPassword(String userPassword)
userPassword
- The user password.public CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers getAuthenticationMethodOfAuthorizationServers()
public void setAuthenticationMethodOfAuthorizationServers(CustomWrapperInputParameterOAuth20Authentication.AuthenticationMethodOfAuthorizationServers authenticationMethodOfAuthorizationServers)
authenticationMethodOfAuthorizationServers
- The authentication method of the authorization servers.public CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType getAuthenticationGrantType()
public void setAuthenticationGrantType(CustomWrapperInputParameterOAuth20Authentication.AuthenticationGrantType authenticationGrantType)
authenticationGrantType
- The authentication grant type.public CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod getRequestSigningMethod()
public void setRequestSigningMethod(CustomWrapperInputParameterOAuth20Authentication.RequestSigningMethod requestSigningMethod)
requestSigningMethod
- The request signing method.public void setScopes(List<String> scopes)
scopes
- The scopes.public Map<String,String> getRefreshTokenRequestExtraParameters()
Copyright © 2023 Denodo Technologies. All rights reserved.