use of io.jans.orm.cloud.spanner.model.JansConfiguration in project jans by JanssenProject.
the class SpannerIdpAuthConfSample method main.
public static void main(String[] args) {
// Prepare sample connection details
SpannerEntryManagerSample sqlEntryManagerSample = new SpannerEntryManagerSample();
// Create SQL entry manager
SpannerEntryManager sqlEntryManager = sqlEntryManagerSample.createSpannerEntryManager();
JansConfiguration jansConfiguration = sqlEntryManager.find(JansConfiguration.class, "ou=configuration,o=jans");
LOG.info("Found jansConfiguration: " + jansConfiguration);
}
Aggregations