@Validated @ConfigurationProperties(prefix="azure.activedirectory.b2c") public class AADB2CProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AADB2CProperties.UserFlows |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_LOGOUT_SUCCESS_URL |
static String |
PREFIX |
static String |
USER_FLOW_PASSWORD_RESET
We do not use $
String.format(String, Object...)
as it's not real constant, which cannot be referenced in annotation. |
static String |
USER_FLOW_PROFILE_EDIT |
static String |
USER_FLOW_SIGN_UP_OR_SIGN_IN |
| Constructor and Description |
|---|
AADB2CProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getLoginProcessingUrl() |
String |
getLogoutSuccessUrl() |
Boolean |
getOidcEnabled() |
String |
getReplyUrl() |
String |
getTenant() |
AADB2CProperties.UserFlows |
getUserFlows() |
boolean |
isAllowTelemetry() |
void |
setAllowTelemetry(boolean allowTelemetry) |
void |
setClientId(String clientId) |
void |
setClientSecret(String clientSecret) |
void |
setLogoutSuccessUrl(String logoutSuccessUrl) |
void |
setOidcEnabled(Boolean oidcEnabled) |
void |
setReplyUrl(String replyUrl) |
void |
setTenant(String tenant) |
void |
setUserFlows(AADB2CProperties.UserFlows userFlows) |
public static final String USER_FLOW_PASSWORD_RESET
String.format(String, Object...)
as it's not real constant, which cannot be referenced in annotation.public static final String USER_FLOW_PROFILE_EDIT
public static final String USER_FLOW_SIGN_UP_OR_SIGN_IN
public static final String DEFAULT_LOGOUT_SUCCESS_URL
public static final String PREFIX
@NonNull public String getLoginProcessingUrl()
public String getTenant()
public void setTenant(String tenant)
public Boolean getOidcEnabled()
public void setOidcEnabled(Boolean oidcEnabled)
public String getClientId()
public void setClientId(String clientId)
public String getClientSecret()
public void setClientSecret(String clientSecret)
public String getReplyUrl()
public void setReplyUrl(String replyUrl)
public String getLogoutSuccessUrl()
public void setLogoutSuccessUrl(String logoutSuccessUrl)
public AADB2CProperties.UserFlows getUserFlows()
public void setUserFlows(AADB2CProperties.UserFlows userFlows)
public boolean isAllowTelemetry()
public void setAllowTelemetry(boolean allowTelemetry)
Copyright © 2020 Microsoft Corporation. All rights reserved.