Class 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:
    rodrigo.sasaki@icarros.com.br
    See Also:
    KeycloakBuilder