Modifier and Type |
Method and Description |
WellKnownAppAuthenticatorConfiguration |
addSupportedMethodsItem(SupportedMethods supportedMethodsItem) |
WellKnownAppAuthenticatorConfiguration |
appAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint) |
WellKnownAppAuthenticatorConfiguration |
authenticatorId(String authenticatorId) |
WellKnownAppAuthenticatorConfiguration |
createdDate(OffsetDateTime createdDate) |
boolean |
equals(Object o) |
String |
getAppAuthenticatorEnrollEndpoint()
Get appAuthenticatorEnrollEndpoint
|
String |
getAuthenticatorId()
The unique identifier of the app authenticator
|
OffsetDateTime |
getCreatedDate()
Get createdDate
|
String |
getKey()
Get key
|
OffsetDateTime |
getLastUpdated()
Get lastUpdated
|
String |
getName()
The authenticator display name
|
String |
getOrgId()
Get orgId
|
WellKnownAppAuthenticatorConfigurationSettings |
getSettings()
Get settings
|
List<SupportedMethods> |
getSupportedMethods()
Get supportedMethods
|
WellKnownAppAuthenticatorConfiguration.TypeEnum |
getType()
Get type
|
int |
hashCode() |
WellKnownAppAuthenticatorConfiguration |
key(String key) |
WellKnownAppAuthenticatorConfiguration |
lastUpdated(OffsetDateTime lastUpdated) |
WellKnownAppAuthenticatorConfiguration |
name(String name) |
WellKnownAppAuthenticatorConfiguration |
orgId(String orgId) |
void |
setAppAuthenticatorEnrollEndpoint(String appAuthenticatorEnrollEndpoint) |
void |
setAuthenticatorId(String authenticatorId) |
void |
setCreatedDate(OffsetDateTime createdDate) |
void |
setKey(String key) |
void |
setLastUpdated(OffsetDateTime lastUpdated) |
void |
setName(String name) |
void |
setOrgId(String orgId) |
void |
setSettings(WellKnownAppAuthenticatorConfigurationSettings settings) |
void |
setSupportedMethods(List<SupportedMethods> supportedMethods) |
WellKnownAppAuthenticatorConfiguration |
settings(WellKnownAppAuthenticatorConfigurationSettings settings) |
void |
setType(WellKnownAppAuthenticatorConfiguration.TypeEnum type) |
WellKnownAppAuthenticatorConfiguration |
supportedMethods(List<SupportedMethods> supportedMethods) |
String |
toString() |
WellKnownAppAuthenticatorConfiguration |
type(WellKnownAppAuthenticatorConfiguration.TypeEnum type) |