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.jpaMethods in org.keycloak.models.jpa with parameters of type AuthenticatorConfigEntity Modifier and Type Method Description AuthenticatorConfigModelRealmAdapter. entityToModel(AuthenticatorConfigEntity entity)
- 
Uses of AuthenticatorConfigEntity in org.keycloak.models.jpa.entitiesMethods 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 voidRealmEntity. setAuthenticatorConfigs(Collection<AuthenticatorConfigEntity> authenticators)
 
-