Uses of Class
org.keycloak.models.jpa.entities.AuthenticatorConfigEntity
-
Packages that use AuthenticatorConfigEntity Package Description org.keycloak.models.jpa org.keycloak.models.jpa.entities -
-
Uses of AuthenticatorConfigEntity in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa with parameters of type AuthenticatorConfigEntity Modifier and Type Method Description AuthenticatorConfigModel
RealmAdapter. entityToModel(AuthenticatorConfigEntity entity)
-
Uses of AuthenticatorConfigEntity in org.keycloak.models.jpa.entities
Methods in org.keycloak.models.jpa.entities that return types with arguments of type AuthenticatorConfigEntity Modifier and Type Method Description Collection<AuthenticatorConfigEntity>
RealmEntity. getAuthenticatorConfigs()
Method parameters in org.keycloak.models.jpa.entities with type arguments of type AuthenticatorConfigEntity Modifier and Type Method Description void
RealmEntity. setAuthenticatorConfigs(Collection<AuthenticatorConfigEntity> authenticators)
-