Modifier and Type | Method and Description |
---|---|
protected WebAuthnPolicy |
WebAuthnPasswordlessAuthenticator.getWebAuthnPolicy(AuthenticationFlowContext context) |
protected WebAuthnPolicy |
WebAuthnAuthenticator.getWebAuthnPolicy(AuthenticationFlowContext context) |
Modifier and Type | Method and Description |
---|---|
protected WebAuthnPolicy |
WebAuthnRegister.getWebAuthnPolicy(RequiredActionContext context) |
protected WebAuthnPolicy |
WebAuthnPasswordlessRegister.getWebAuthnPolicy(RequiredActionContext context) |
Modifier and Type | Field and Description |
---|---|
static WebAuthnPolicy |
WebAuthnPolicy.DEFAULT_POLICY |
Modifier and Type | Method and Description |
---|---|
WebAuthnPolicy |
RealmModel.getWebAuthnPolicy() |
WebAuthnPolicy |
RealmModel.getWebAuthnPolicyPasswordless() |
Modifier and Type | Method and Description |
---|---|
void |
RealmModel.setWebAuthnPolicy(WebAuthnPolicy policy)
Set WebAuthn policy for 2-factor authentication
|
void |
RealmModel.setWebAuthnPolicyPasswordless(WebAuthnPolicy policy)
Set WebAuthn passwordless policy below.
|
Modifier and Type | Method and Description |
---|---|
WebAuthnPolicy |
RealmAdapter.getWebAuthnPolicy() |
WebAuthnPolicy |
RealmAdapter.getWebAuthnPolicyPasswordless() |
Modifier and Type | Method and Description |
---|---|
void |
RealmAdapter.setWebAuthnPolicy(WebAuthnPolicy policy) |
void |
RealmAdapter.setWebAuthnPolicyPasswordless(WebAuthnPolicy policy) |
Modifier and Type | Field and Description |
---|---|
protected WebAuthnPolicy |
CachedRealm.webAuthnPasswordlessPolicy |
protected WebAuthnPolicy |
CachedRealm.webAuthnPolicy |
Modifier and Type | Method and Description |
---|---|
WebAuthnPolicy |
CachedRealm.getWebAuthnPasswordlessPolicy() |
WebAuthnPolicy |
CachedRealm.getWebAuthnPolicy() |
Modifier and Type | Method and Description |
---|---|
WebAuthnPolicy |
RealmAdapter.getWebAuthnPolicy() |
WebAuthnPolicy |
RealmAdapter.getWebAuthnPolicyPasswordless() |
Modifier and Type | Method and Description |
---|---|
void |
RealmAdapter.setWebAuthnPolicy(WebAuthnPolicy policy) |
void |
RealmAdapter.setWebAuthnPolicyPasswordless(WebAuthnPolicy policy) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.