@Generated(value="org.immutables.processor.ProxyProcessor") public final class MfaConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MfaConfig.Builder
Builds instances of type
MfaConfig. |
| Modifier and Type | Method and Description |
|---|---|
static MfaConfig.Builder |
builder()
Creates a builder for
MfaConfig. |
boolean |
equals(Object another)
This instance is equal to all instances of
MfaConfig that have equal attribute values. |
Boolean |
getEnabled()
Whether Multi-factor Authentication is enabled
|
List<Type> |
getIdentityProviders()
The identity providers
|
String |
getProviderName()
The XHR configuration
|
int |
hashCode()
Computes a hash code from attributes:
enabled, identityProviders, providerName. |
String |
toString()
Prints the immutable value
MfaConfig with attribute values. |
public Boolean getEnabled()
public String getProviderName()
public boolean equals(Object another)
MfaConfig that have equal attribute values.public int hashCode()
enabled, identityProviders, providerName.public String toString()
MfaConfig with attribute values.public static MfaConfig.Builder builder()
MfaConfig.
MfaConfig.builder()
.enabled(Boolean | null) // nullable enabled
.identityProviders(List<org.cloudfoundry.uaa.identityproviders.Type> | null) // nullable identityProviders
.providerName(String | null) // nullable providerName
.build();
Copyright © 2020. All rights reserved.