public final class OAuth2Repository extends Object
| Modifier and Type | Method and Description |
|---|---|
static Optional<OAuth2Service> |
getOAuth2ServiceByProvider(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
OAuth2Provider provider,
boolean active) |
static Optional<OAuth2Service> |
getOAuth2ServiceByProvider(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String provider,
boolean active) |
static List<OAuth2Service> |
getOAuth2Services() |
static List<OAuth2Service> |
getOAuth2Services(boolean active) |
static List<OAuth2Service> |
getOAuth2Services(com.orientechnologies.orient.core.db.document.ODatabaseDocument db) |
static List<OAuth2Service> |
getOAuth2Services(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
boolean active) |
static Optional<OAuth2ServiceContext> |
getServiceContextByState(com.orientechnologies.orient.core.db.document.ODatabaseDocument db,
String state) |
static Optional<OAuth2ServiceContext> |
getServiceContextByState(String state) |
public static List<OAuth2Service> getOAuth2Services()
public static List<OAuth2Service> getOAuth2Services(boolean active)
public static List<OAuth2Service> getOAuth2Services(com.orientechnologies.orient.core.db.document.ODatabaseDocument db)
public static List<OAuth2Service> getOAuth2Services(com.orientechnologies.orient.core.db.document.ODatabaseDocument db, boolean active)
public static Optional<OAuth2Service> getOAuth2ServiceByProvider(com.orientechnologies.orient.core.db.document.ODatabaseDocument db, OAuth2Provider provider, boolean active)
public static Optional<OAuth2Service> getOAuth2ServiceByProvider(com.orientechnologies.orient.core.db.document.ODatabaseDocument db, String provider, boolean active)
public static Optional<OAuth2ServiceContext> getServiceContextByState(String state)
public static Optional<OAuth2ServiceContext> getServiceContextByState(com.orientechnologies.orient.core.db.document.ODatabaseDocument db, String state)
Copyright © 2020. All rights reserved.