-
Interfaces Interface Description org.keycloak.credential.CredentialInputUpdater.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.credential.UserCredentialStore.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.models.GroupModel.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.models.RoleMapperModel.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.models.UserCredentialManager Instead of this class, useUserModel.credentialManager()instead.org.keycloak.models.UserCredentialManager.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.models.UserModel.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.models.UserProvider.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.storage.user.UserLookupProvider.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directlyorg.keycloak.storage.user.UserQueryProvider.Streams This interface is no longer necessary, collection-based methods were removed from the parent interface and therefore the parent interface can be used directly
-
Classes Class Description org.keycloak.models.credential.PasswordUserCredentialModel Recommended to useUserCredentialModelas it contains all the functionality required by this class
-
Fields Field Description org.keycloak.credential.CredentialModel.HOTP org.keycloak.credential.CredentialModel.OTP org.keycloak.credential.CredentialModel.PASSWORD org.keycloak.credential.CredentialModel.PASSWORD_HISTORY org.keycloak.credential.CredentialModel.PASSWORD_TOKEN org.keycloak.credential.CredentialModel.TOTP org.keycloak.models.RoleModel.SearchableFields.IS_CLIENT_ROLE Please useRoleModel.SearchableFields.CLIENT_IDSearchableField with operators EXISTS/NOT_EXISTS to replace field IS_CLIENT_ROLE with operator EQ with value true/false.org.keycloak.models.UserCredentialModel.HOTP org.keycloak.models.UserCredentialModel.PASSWORD org.keycloak.models.UserCredentialModel.PASSWORD_HISTORY org.keycloak.models.UserCredentialModel.PASSWORD_TOKEN org.keycloak.models.UserCredentialModel.TOTP