Package com.exoscale.sdk.model
Class GenericOAuthIntegration
java.lang.Object
com.exoscale.sdk.model.GenericOAuthIntegration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GenericOAuthIntegration
extends Object
GenericOAuthIntegration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedDomainsItem
(String allowedDomainsItem) addAllowedOrganizationsItem
(String allowedOrganizationsItem) addScopesItem
(String scopesItem) allowedDomains
(List<String> allowedDomains) allowedOrganizations
(List<String> allowedOrganizations) allowSignUp
(Boolean allowSignUp) clientSecret
(String clientSecret) boolean
Return true if this Generic_OAuth_integration object is equal to o.Get allowedDomainsGet allowedOrganizationsGet allowSignUpGet apiUrlGet authUrlGet autoLoginGet clientIdGet clientSecretgetName()
Get nameGet scopesGet tokenUrlint
hashCode()
void
setAllowedDomains
(List<String> allowedDomains) void
setAllowedOrganizations
(List<String> allowedOrganizations) void
setAllowSignUp
(Boolean allowSignUp) void
void
setAuthUrl
(String authUrl) void
setAutoLogin
(Boolean autoLogin) void
setClientId
(String clientId) void
setClientSecret
(String clientSecret) void
void
void
setTokenUrl
(String tokenUrl) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SCOPES
- See Also:
-
JSON_PROPERTY_ALLOWED_DOMAINS
- See Also:
-
JSON_PROPERTY_ALLOWED_ORGANIZATIONS
- See Also:
-
JSON_PROPERTY_TOKEN_URL
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_AUTH_URL
- See Also:
-
JSON_PROPERTY_API_URL
- See Also:
-
JSON_PROPERTY_AUTO_LOGIN
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_ALLOW_SIGN_UP
- See Also:
-
-
Constructor Details
-
GenericOAuthIntegration
public GenericOAuthIntegration()
-
-
Method Details
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
allowedDomains
-
addAllowedDomainsItem
-
getAllowedDomains
Get allowedDomains- Returns:
- allowedDomains
-
setAllowedDomains
-
allowedOrganizations
-
addAllowedOrganizationsItem
-
getAllowedOrganizations
Get allowedOrganizations- Returns:
- allowedOrganizations
-
setAllowedOrganizations
-
tokenUrl
-
getTokenUrl
Get tokenUrl- Returns:
- tokenUrl
-
setTokenUrl
-
name
-
getName
Get name- Returns:
- name
-
setName
-
authUrl
-
getAuthUrl
Get authUrl- Returns:
- authUrl
-
setAuthUrl
-
apiUrl
-
getApiUrl
Get apiUrl- Returns:
- apiUrl
-
setApiUrl
-
autoLogin
-
getAutoLogin
Get autoLogin- Returns:
- autoLogin
-
setAutoLogin
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
allowSignUp
-
getAllowSignUp
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
-
equals
Return true if this Generic_OAuth_integration object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-