Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ACCESS_TOKEN - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
C
- CLIENT_ID - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
- create(String, String, String, String, String) - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
-
Stores a user's or client's access token.
D
- delete(String) - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
-
Removes tokens associated with the given ID
- delete(String, String) - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
-
Removes tokens associated with the given ID for the specified source
- DISCOVERY_URL - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
E
- EXPIRES_AT - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
G
- getAccessToken() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation.TokenEntry
- getAccessToken() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl.TokenEntryImpl
- getDiscoveryUrl() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation.TokenEntry
- getDiscoveryUrl() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl.TokenEntryImpl
- getDiscoveryUrls() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation
- getDiscoveryUrls() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl
- getId() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation
- getId() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl
- getRefreshToken() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation.TokenEntry
- getRefreshToken() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl.TokenEntryImpl
- getStateMap() - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
- getTokenEntries() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation
- getTokenEntries() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl
- getTokenJson() - Method in interface org.codice.ddf.security.token.storage.api.TokenInformation
- getTokenJson() - Method in class org.codice.ddf.security.token.storage.api.TokenInformationImpl
I
- isAvailable(String, String) - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
-
Checks if tokens are available
O
- org.codice.ddf.security.token.storage.api - package org.codice.ddf.security.token.storage.api
R
- read(String) - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
-
Reads tokens associated with the given ID
- read(String, String) - Method in interface org.codice.ddf.security.token.storage.api.TokenStorage
-
Reads tokens associated with the given ID for the specified source
- REFRESH_TOKEN - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
S
- SECRET - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
- SOURCE_ID - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
- STATE - Static variable in interface org.codice.ddf.security.token.storage.api.TokenStorage
T
- TokenEntryImpl(String, String, String) - Constructor for class org.codice.ddf.security.token.storage.api.TokenInformationImpl.TokenEntryImpl
- TokenInformation - Interface in org.codice.ddf.security.token.storage.api
-
Storage for OAuth tokens
- TokenInformation.TokenEntry - Interface in org.codice.ddf.security.token.storage.api
- TokenInformationImpl - Class in org.codice.ddf.security.token.storage.api
- TokenInformationImpl(String, Map<String, TokenInformation.TokenEntry>, Set<String>, String) - Constructor for class org.codice.ddf.security.token.storage.api.TokenInformationImpl
- TokenInformationImpl.TokenEntryImpl - Class in org.codice.ddf.security.token.storage.api
- TokenStorage - Interface in org.codice.ddf.security.token.storage.api
-
Stores a user's or client's access token, refresh token, and the list of sources authorized to query.
All Classes and Interfaces|All Packages|Constant Field Values