-
Deprecated ClassesClassDescription- DELETE once only used from within legacy datastore module
-
Deprecated FieldsFieldDescriptionUse
GitHubIdentityProvider.DEFAULT_AUTH_URLinstead.UseGitHubIdentityProvider.DEFAULT_EMAIL_URLinstead.UseGitHubIdentityProvider.DEFAULT_PROFILE_URLinstead.UseGitHubIdentityProvider.DEFAULT_TOKEN_URLinstead.
-
Deprecated MethodsMethodDescriptionUse
getAttributeStreaminstead.UseSoap.SoapMessageBuilder.call(String,KeycloakSession)to use SimpleHttp configurationUseDefaultKeycloakContext.getHttpRequest()to obtain the request headers.It is recommended to delete credentials with the use of "delete_credential" kc_action. Action can be used for instance by adding parameter like "kc_action=delete_credential:123" to the login URL where 123 is ID of the credential to delete.org.keycloak.services.resources.account.LinkedAccountsResource.buildLinkedAccountURI(String, String) Instead, usePasswordUtil.isConfigured()the method is not used neither from admin console or from admin client. It may be removed in future releases.
-
Deprecated Constructors