Package com.exoscale.sdk.model
Class AzureADOAuthIntegration
java.lang.Object
com.exoscale.sdk.model.AzureADOAuthIntegration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class AzureADOAuthIntegration
extends Object
AzureADOAuthIntegration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedDomainsItem(String allowedDomainsItem) addAllowedGroupsItem(String allowedGroupsItem) allowedDomains(List<String> allowedDomains) allowedGroups(List<String> allowedGroups) allowSignUp(Boolean allowSignUp) clientSecret(String clientSecret) booleanReturn true if this Azure_AD_OAuth_integration object is equal to o.Get allowedDomainsGet allowedGroupsGet allowSignUpGet authUrlGet clientIdGet clientSecretGet tokenUrlinthashCode()voidsetAllowedDomains(List<String> allowedDomains) voidsetAllowedGroups(List<String> allowedGroups) voidsetAllowSignUp(Boolean allowSignUp) voidsetAuthUrl(String authUrl) voidsetClientId(String clientId) voidsetClientSecret(String clientSecret) voidsetTokenUrl(String tokenUrl) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ALLOW_SIGN_UP
- See Also:
-
JSON_PROPERTY_ALLOWED_DOMAINS
- See Also:
-
JSON_PROPERTY_ALLOWED_GROUPS
- See Also:
-
JSON_PROPERTY_AUTH_URL
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
JSON_PROPERTY_CLIENT_SECRET
- See Also:
-
JSON_PROPERTY_TOKEN_URL
- See Also:
-
-
Constructor Details
-
AzureADOAuthIntegration
public AzureADOAuthIntegration()
-
-
Method Details
-
allowSignUp
-
getAllowSignUp
Get allowSignUp- Returns:
- allowSignUp
-
setAllowSignUp
-
allowedDomains
-
addAllowedDomainsItem
-
getAllowedDomains
Get allowedDomains- Returns:
- allowedDomains
-
setAllowedDomains
-
allowedGroups
-
addAllowedGroupsItem
-
getAllowedGroups
Get allowedGroups- Returns:
- allowedGroups
-
setAllowedGroups
-
authUrl
-
getAuthUrl
Get authUrl- Returns:
- authUrl
-
setAuthUrl
-
clientId
-
getClientId
Get clientId- Returns:
- clientId
-
setClientId
-
clientSecret
-
getClientSecret
Get clientSecret- Returns:
- clientSecret
-
setClientSecret
-
tokenUrl
-
getTokenUrl
Get tokenUrl- Returns:
- tokenUrl
-
setTokenUrl
-
equals
Return true if this Azure_AD_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
-