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

com.orientechnologies.orient.core.metadata.security.auth.OAuthenticationInfo Maven / Gradle / Ivy

There is a newer version: 3.2.32
Show newest version
package com.orientechnologies.orient.core.metadata.security.auth;

import java.util.Optional;

public interface OAuthenticationInfo {

  public Optional getDatabase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy