Class Keycloak

java.lang.Object
org.keycloak.admin.client.Keycloak
All Implemented Interfaces:
AutoCloseable

public class Keycloak extends Object implements AutoCloseable
Provides a Keycloak client. By default, this implementation uses a the default RestEasy client builder settings. To customize the underling client, use a KeycloakBuilder to create a Keycloak client. To read Responses, you can use CreatedResponseUtil for objects created
Author:
[email protected]
See Also: