All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openprovenance.prov.service.security.pac.ClientConfiguration Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package org.openprovenance.prov.service.security.pac;

import org.pac4j.core.client.Client;

public interface ClientConfiguration {
    String DIRECT_BEARER_AUTH_CLIENT = "DirectBearerAuthClient";
    String KEYCLOAK_OIDC_CLIENT = "KeycloakOidcClient";

    Client configureClient();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy