Package | Description |
---|---|
org.keycloak.models.map.realm | |
org.keycloak.models.map.realm.entity |
Modifier and Type | Method and Description |
---|---|
MapWebAuthnPolicyEntity |
MapRealmEntity.getWebAuthnPolicy() |
MapWebAuthnPolicyEntity |
MapRealmEntity.getWebAuthnPolicyPasswordless() |
Modifier and Type | Method and Description |
---|---|
void |
MapRealmEntity.setWebAuthnPolicy(MapWebAuthnPolicyEntity webAuthnPolicy) |
void |
MapRealmEntity.setWebAuthnPolicyPasswordless(MapWebAuthnPolicyEntity webAuthnPolicyPasswordless) |
Modifier and Type | Method and Description |
---|---|
static MapWebAuthnPolicyEntity |
MapWebAuthnPolicyEntity.defaultWebAuthnPolicy() |
static MapWebAuthnPolicyEntity |
MapWebAuthnPolicyEntity.fromModel(WebAuthnPolicy model) |
Modifier and Type | Method and Description |
---|---|
static WebAuthnPolicy |
MapWebAuthnPolicyEntity.toModel(MapWebAuthnPolicyEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.