public interface MITREidDataService
Modifier and Type | Field and Description |
---|---|
static String |
ACCESSTOKENS |
static String |
AUTHENTICATIONHOLDERS |
static String |
BLACKLISTEDSITES |
static String |
CLIENTS |
static String |
GRANTS |
static String |
MITREID_CONNECT_1_0
Data member for 1.X configurations
|
static String |
MITREID_CONNECT_1_1 |
static String |
MITREID_CONNECT_1_2 |
static String |
MITREID_CONNECT_1_3 |
static String |
REFRESHTOKENS |
static String |
SYSTEMSCOPES |
static String |
WHITELISTEDSITES |
Modifier and Type | Method and Description |
---|---|
void |
exportData(com.google.gson.stream.JsonWriter writer)
Write out the current server state to the given JSON writer as a JSON object
|
void |
importData(com.google.gson.stream.JsonReader reader)
Read in the current server state from the given JSON reader as a JSON object
|
boolean |
supportsVersion(String version)
Return true if the this data service supports the given version.
|
static final String MITREID_CONNECT_1_0
static final String MITREID_CONNECT_1_1
static final String MITREID_CONNECT_1_2
static final String MITREID_CONNECT_1_3
static final String REFRESHTOKENS
static final String ACCESSTOKENS
static final String WHITELISTEDSITES
static final String BLACKLISTEDSITES
static final String AUTHENTICATIONHOLDERS
static final String GRANTS
static final String CLIENTS
static final String SYSTEMSCOPES
void exportData(com.google.gson.stream.JsonWriter writer) throws IOException
writer
- IOException
void importData(com.google.gson.stream.JsonReader reader) throws IOException
reader
- IOException
boolean supportsVersion(String version)
version
- Copyright © 2018. All rights reserved.