-
Terminally Deprecated ElementsElementDescriptionDeprecated as offline session preloading was removed in KC25. This method will be removed in KC27.
-
Deprecated ClassesClassDescriptionRecommended to use
UserCredentialModelas it contains all the functionality required by this class
-
Deprecated FieldsFieldDescription
-
Deprecated MethodsMethodDescriptionRecommended to use PasswordCredentialModel.getPasswordCredentialData().getAlgorithm() or OTPCredentialModel.getOTPCredentialData().getAlgorithm()Recommended to use
CredentialModel.getCredentialData()instead and use the subtype of CredentialData specific to your credentialRecommended to use OTPCredentialModel.getOTPCredentialData().getCounter()Recommended to use OTPCredentialModel.getOTPCredentialData().getDevice()Recommended to use OTPCredentialModel.getOTPCredentialData().getDigits()Recommended to use PasswordCredentialModel.getPasswordCredentialData().getHashIterations()Recommended to use OTPCredentialModel.getOTPCredentialData().getPeriod()Recommended to use PasswordCredentialModel.getPasswordSecretData().getSalt()Recommended to use PasswordCredentialModel.getPasswordSecretData().getValue() or OTPCredentialModel.getOTPSecretData().getValue()Recommended to useCredentialModel.setCredentialData(String)instead and use the subtype of CredentialData specific to your credentialExists due the backwards compatibility. It is recommended to usePasswordHashProvider.encodedCredential(String, int)}Exists due the backwards compatibility. It is recommended to usePasswordHashProvider.policyCheck(PasswordPolicy, PasswordCredentialModel)Exists due the backwards compatibility. It is recommended to usePasswordHashProvider.verify(String, PasswordCredentialModel)Do not use, to be removedDo not use, this is only to support a deprecated logout endpoint and will vanish with it's removalDeprecated in favor of {@link #getComponentProvider)UseIDPProvider#createMapper(IdentityProviderMapperModel)instead.UseIdentityProviderStorageProvider.getByAlias(String)instead.UseIDPProvider#getMapperById(String)instead.UseIDPProvider#getMapperByName(String, String)instead.UseIDPProvider#getMappersByAliasStream(String)instead.UseIDPProvider#getMappersStream()instead.UseIdentityProviderStorageProvider.getAllStream()instead.UseIdentityProviderStorageProvider.remove(String)instead.UseIDPProvider#removeMapper(IdentityProviderMapperModel)instead.UseIDPProvider#updateMapper(IdentityProviderMapperModel)instead.int will overflow with values after 2038. UseSingleUseObjectKeyModel.getExp()instead.Deprecated as offline session preloading was removed in KC25. This method will be removed in KC27.manual removal of expired entities should not be used anymore. It is responsibility of the store implementation to handle expirable entitiesmanual removal of expired entities should not be used anymore. It is responsibility of the store implementation to handle expirable entitiesUseStorageId.isLocalStorage(String)instead.UseStorageId.isLocalStorage(String)instead.UseStorageId.providerId(String)instead.UseStorageId.providerId(String)instead.UseUserCountMethodsProvider.getUsersCount(RealmModel, Map)with anparamsmap containingUserModel.SEARCHinstead.UseUserCountMethodsProvider.getUsersCount(RealmModel, Map, Set)with anparamsmap containingUserModel.SEARCHinstead.UseUserQueryMethodsProvider.searchForUserStream(RealmModel, Map)with anparamsmap containingUserModel.SEARCHinstead.UseUserQueryMethodsProvider.searchForUserStream(RealmModel, Map, Integer, Integer)with anparamsmap containingUserModel.SEARCHinstead.