Class AuthzClient


  • public class AuthzClient
    extends Object

    This is class serves as an entry point for clients looking for access to Keycloak Authorization Services.

    When creating a new instances make sure you have a Keycloak Server running at the location specified in the client configuration. The client tries to obtain server configuration by invoking the UMA Discovery Endpoint, usually available from the server at http(s)://{server}:{port}/auth/realms/{realm}/.well-known/uma-configuration.

    Author:
    Pedro Igor