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 Modifier and Type Field Description static String
JSON_PROPERTY_ALLOW_SIGN_UP
static String
JSON_PROPERTY_ALLOWED_DOMAINS
static String
JSON_PROPERTY_ALLOWED_ORGANIZATIONS
static String
JSON_PROPERTY_API_URL
static String
JSON_PROPERTY_AUTH_URL
static String
JSON_PROPERTY_AUTO_LOGIN
static String
JSON_PROPERTY_CLIENT_ID
static String
JSON_PROPERTY_CLIENT_SECRET
static String
JSON_PROPERTY_NAME
static String
JSON_PROPERTY_SCOPES
static String
JSON_PROPERTY_TOKEN_URL
-
Constructor Summary
Constructors Constructor Description GenericOAuthIntegration()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_SCOPES
public static final String JSON_PROPERTY_SCOPES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOWED_DOMAINS
public static final String JSON_PROPERTY_ALLOWED_DOMAINS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOWED_ORGANIZATIONS
public static final String JSON_PROPERTY_ALLOWED_ORGANIZATIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOKEN_URL
public static final String JSON_PROPERTY_TOKEN_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTH_URL
public static final String JSON_PROPERTY_AUTH_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_API_URL
public static final String JSON_PROPERTY_API_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTO_LOGIN
public static final String JSON_PROPERTY_AUTO_LOGIN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_ID
public static final String JSON_PROPERTY_CLIENT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_SECRET
public static final String JSON_PROPERTY_CLIENT_SECRET
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOW_SIGN_UP
public static final String JSON_PROPERTY_ALLOW_SIGN_UP
- See Also:
- Constant Field Values
-
-
Method Detail
-
scopes
public GenericOAuthIntegration scopes(List<String> scopes)
-
addScopesItem
public GenericOAuthIntegration addScopesItem(String scopesItem)
-
allowedDomains
public GenericOAuthIntegration allowedDomains(List<String> allowedDomains)
-
addAllowedDomainsItem
public GenericOAuthIntegration addAllowedDomainsItem(String allowedDomainsItem)
-
getAllowedDomains
@Nullable public List<String> getAllowedDomains()
Get allowedDomains- Returns:
- allowedDomains
-
allowedOrganizations
public GenericOAuthIntegration allowedOrganizations(List<String> allowedOrganizations)
-
addAllowedOrganizationsItem
public GenericOAuthIntegration addAllowedOrganizationsItem(String allowedOrganizationsItem)
-
getAllowedOrganizations
@Nullable public List<String> getAllowedOrganizations()
Get allowedOrganizations- Returns:
- allowedOrganizations
-
tokenUrl
public GenericOAuthIntegration tokenUrl(String tokenUrl)
-
getTokenUrl
@Nonnull public String getTokenUrl()
Get tokenUrl- Returns:
- tokenUrl
-
setTokenUrl
public void setTokenUrl(String tokenUrl)
-
name
public GenericOAuthIntegration name(String name)
-
getName
@Nullable public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
authUrl
public GenericOAuthIntegration authUrl(String authUrl)
-
getAuthUrl
@Nonnull public String getAuthUrl()
Get authUrl- Returns:
- authUrl
-
setAuthUrl
public void setAuthUrl(String authUrl)
-
apiUrl
public GenericOAuthIntegration apiUrl(String apiUrl)
-
getApiUrl
@Nonnull public String getApiUrl()
Get apiUrl- Returns:
- apiUrl
-
setApiUrl
public void setApiUrl(String apiUrl)
-
autoLogin
public GenericOAuthIntegration autoLogin(Boolean autoLogin)
-
getAutoLogin
@Nullable public Boolean getAutoLogin()
Get autoLogin- Returns:
- autoLogin
-
setAutoLogin
public void setAutoLogin(Boolean autoLogin)
-
clientId
public GenericOAuthIntegration clientId(String clientId)
-
getClientId
@Nonnull public String getClientId()
Get clientId- Returns:
- clientId
-
setClientId
public void setClientId(String clientId)
-
clientSecret
public GenericOAuthIntegration clientSecret(String clientSecret)
-
getClientSecret
@Nonnull public String getClientSecret()
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
public void setClientSecret(String clientSecret)
-
allowSignUp
public GenericOAuthIntegration allowSignUp(Boolean allowSignUp)
-
getAllowSignUp
@Nullable public Boolean getAllowSignUp()
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
public void setAllowSignUp(Boolean allowSignUp)
-
equals
public boolean equals(Object o)
Return true if this Generic_OAuth_integration object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-