public class SettingsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_API_GATEWAY_ENDPOINT |
static String |
SERIALIZED_NAME_APPLICATION_SHARING_ENABLED |
static String |
SERIALIZED_NAME_GRANT_TYPES |
static String |
SERIALIZED_NAME_IDENTITY_PROVIDER |
static String |
SERIALIZED_NAME_IS_ANONYMOUS_MODE_ENABLED |
static String |
SERIALIZED_NAME_IS_PASSWORD_CHANGE_ENABLED |
static String |
SERIALIZED_NAME_IS_UNLIMITED_TIER_PAID |
static String |
SERIALIZED_NAME_MAP_EXISTING_AUTH_APPS |
static String |
SERIALIZED_NAME_MONETIZATION_ENABLED |
static String |
SERIALIZED_NAME_PASSWORD_POLICY_MAX_LENGTH |
static String |
SERIALIZED_NAME_PASSWORD_POLICY_MIN_LENGTH |
static String |
SERIALIZED_NAME_PASSWORD_POLICY_PATTERN |
static String |
SERIALIZED_NAME_RECOMMENDATION_ENABLED |
static String |
SERIALIZED_NAME_SCOPES |
static String |
SERIALIZED_NAME_USER_STORE_PASSWORD_PATTERN |
| Constructor and Description |
|---|
SettingsDTO() |
| Modifier and Type | Method and Description |
|---|---|
SettingsDTO |
apiGatewayEndpoint(String apiGatewayEndpoint) |
SettingsDTO |
applicationSharingEnabled(Boolean applicationSharingEnabled) |
boolean |
equals(Object o) |
String |
getApiGatewayEndpoint()
Get apiGatewayEndpoint
|
List<String> |
getGrantTypes()
Get grantTypes
|
SettingsIdentityProviderDTO |
getIdentityProvider()
Get identityProvider
|
Integer |
getPasswordPolicyMaxLength()
If Password Policy Feature is enabled, the property 'passwordPolicy.max.length' is returned as the 'passwordPolicyMaxLength'.
|
Integer |
getPasswordPolicyMinLength()
If Password Policy Feature is enabled, the property 'passwordPolicy.min.length' is returned as the 'passwordPolicyMinLength'.
|
String |
getPasswordPolicyPattern()
The regex configured in the Password Policy property 'passwordPolicy.pattern'
|
List<String> |
getScopes()
Get scopes
|
String |
getUserStorePasswordPattern()
The 'PasswordJavaRegEx' cofigured in the UserStoreManager
|
SettingsDTO |
grantTypes(List<String> grantTypes) |
int |
hashCode() |
SettingsDTO |
identityProvider(SettingsIdentityProviderDTO identityProvider) |
SettingsDTO |
isAnonymousModeEnabled(Boolean isAnonymousModeEnabled) |
Boolean |
isApplicationSharingEnabled()
Get applicationSharingEnabled
|
Boolean |
isIsAnonymousModeEnabled()
Get isAnonymousModeEnabled
|
Boolean |
isIsPasswordChangeEnabled()
Get isPasswordChangeEnabled
|
Boolean |
isIsUnlimitedTierPaid()
Get isUnlimitedTierPaid
|
Boolean |
isMapExistingAuthApps()
Get mapExistingAuthApps
|
Boolean |
isMonetizationEnabled()
Get monetizationEnabled
|
SettingsDTO |
isPasswordChangeEnabled(Boolean isPasswordChangeEnabled) |
Boolean |
isRecommendationEnabled()
Get recommendationEnabled
|
SettingsDTO |
isUnlimitedTierPaid(Boolean isUnlimitedTierPaid) |
SettingsDTO |
mapExistingAuthApps(Boolean mapExistingAuthApps) |
SettingsDTO |
monetizationEnabled(Boolean monetizationEnabled) |
SettingsDTO |
passwordPolicyMaxLength(Integer passwordPolicyMaxLength) |
SettingsDTO |
passwordPolicyMinLength(Integer passwordPolicyMinLength) |
SettingsDTO |
passwordPolicyPattern(String passwordPolicyPattern) |
SettingsDTO |
recommendationEnabled(Boolean recommendationEnabled) |
SettingsDTO |
scopes(List<String> scopes) |
void |
setApiGatewayEndpoint(String apiGatewayEndpoint) |
void |
setApplicationSharingEnabled(Boolean applicationSharingEnabled) |
void |
setGrantTypes(List<String> grantTypes) |
void |
setIdentityProvider(SettingsIdentityProviderDTO identityProvider) |
void |
setIsAnonymousModeEnabled(Boolean isAnonymousModeEnabled) |
void |
setIsPasswordChangeEnabled(Boolean isPasswordChangeEnabled) |
void |
setIsUnlimitedTierPaid(Boolean isUnlimitedTierPaid) |
void |
setMapExistingAuthApps(Boolean mapExistingAuthApps) |
void |
setMonetizationEnabled(Boolean monetizationEnabled) |
void |
setPasswordPolicyMaxLength(Integer passwordPolicyMaxLength) |
void |
setPasswordPolicyMinLength(Integer passwordPolicyMinLength) |
void |
setPasswordPolicyPattern(String passwordPolicyPattern) |
void |
setRecommendationEnabled(Boolean recommendationEnabled) |
void |
setScopes(List<String> scopes) |
void |
setUserStorePasswordPattern(String userStorePasswordPattern) |
String |
toString() |
SettingsDTO |
userStorePasswordPattern(String userStorePasswordPattern) |
public static final String SERIALIZED_NAME_GRANT_TYPES
public static final String SERIALIZED_NAME_SCOPES
public static final String SERIALIZED_NAME_APPLICATION_SHARING_ENABLED
public static final String SERIALIZED_NAME_MAP_EXISTING_AUTH_APPS
public static final String SERIALIZED_NAME_API_GATEWAY_ENDPOINT
public static final String SERIALIZED_NAME_MONETIZATION_ENABLED
public static final String SERIALIZED_NAME_RECOMMENDATION_ENABLED
public static final String SERIALIZED_NAME_IS_UNLIMITED_TIER_PAID
public static final String SERIALIZED_NAME_IDENTITY_PROVIDER
public static final String SERIALIZED_NAME_IS_ANONYMOUS_MODE_ENABLED
public static final String SERIALIZED_NAME_IS_PASSWORD_CHANGE_ENABLED
public static final String SERIALIZED_NAME_USER_STORE_PASSWORD_PATTERN
public static final String SERIALIZED_NAME_PASSWORD_POLICY_PATTERN
public static final String SERIALIZED_NAME_PASSWORD_POLICY_MIN_LENGTH
public static final String SERIALIZED_NAME_PASSWORD_POLICY_MAX_LENGTH
public SettingsDTO grantTypes(List<String> grantTypes)
public SettingsDTO scopes(List<String> scopes)
public SettingsDTO applicationSharingEnabled(Boolean applicationSharingEnabled)
@Nullable public Boolean isApplicationSharingEnabled()
public void setApplicationSharingEnabled(Boolean applicationSharingEnabled)
public SettingsDTO mapExistingAuthApps(Boolean mapExistingAuthApps)
@Nullable public Boolean isMapExistingAuthApps()
public void setMapExistingAuthApps(Boolean mapExistingAuthApps)
public SettingsDTO apiGatewayEndpoint(String apiGatewayEndpoint)
@Nullable public String getApiGatewayEndpoint()
public void setApiGatewayEndpoint(String apiGatewayEndpoint)
public SettingsDTO monetizationEnabled(Boolean monetizationEnabled)
@Nullable public Boolean isMonetizationEnabled()
public void setMonetizationEnabled(Boolean monetizationEnabled)
public SettingsDTO recommendationEnabled(Boolean recommendationEnabled)
@Nullable public Boolean isRecommendationEnabled()
public void setRecommendationEnabled(Boolean recommendationEnabled)
public SettingsDTO isUnlimitedTierPaid(Boolean isUnlimitedTierPaid)
@Nullable public Boolean isIsUnlimitedTierPaid()
public void setIsUnlimitedTierPaid(Boolean isUnlimitedTierPaid)
public SettingsDTO identityProvider(SettingsIdentityProviderDTO identityProvider)
@Nullable public SettingsIdentityProviderDTO getIdentityProvider()
public void setIdentityProvider(SettingsIdentityProviderDTO identityProvider)
public SettingsDTO isAnonymousModeEnabled(Boolean isAnonymousModeEnabled)
@Nullable public Boolean isIsAnonymousModeEnabled()
public void setIsAnonymousModeEnabled(Boolean isAnonymousModeEnabled)
public SettingsDTO isPasswordChangeEnabled(Boolean isPasswordChangeEnabled)
@Nullable public Boolean isIsPasswordChangeEnabled()
public void setIsPasswordChangeEnabled(Boolean isPasswordChangeEnabled)
public SettingsDTO userStorePasswordPattern(String userStorePasswordPattern)
@Nullable public String getUserStorePasswordPattern()
public void setUserStorePasswordPattern(String userStorePasswordPattern)
public SettingsDTO passwordPolicyPattern(String passwordPolicyPattern)
@Nullable public String getPasswordPolicyPattern()
public void setPasswordPolicyPattern(String passwordPolicyPattern)
public SettingsDTO passwordPolicyMinLength(Integer passwordPolicyMinLength)
@Nullable public Integer getPasswordPolicyMinLength()
public void setPasswordPolicyMinLength(Integer passwordPolicyMinLength)
public SettingsDTO passwordPolicyMaxLength(Integer passwordPolicyMaxLength)
@Nullable public Integer getPasswordPolicyMaxLength()
public void setPasswordPolicyMaxLength(Integer passwordPolicyMaxLength)
Copyright © 2021 WSO2 Inc. All rights reserved.