| Package | Description |
|---|---|
| fr.cnes.doi.plugin |
Provides classes to loads a plugin in the classpath.
|
| fr.cnes.doi.plugin.impl.db |
Provides concrete classes implementing the interfaces of the external databases.
|
| fr.cnes.doi.security |
Provides classes to secure the server.
|
| Modifier and Type | Method and Description |
|---|---|
private static Object |
PluginFactory.buildObject(String aClassName)
instantiates the plugin.
|
void |
PluginConfiguration.initConnection()
Inits the connection
|
static boolean |
PluginFactory.isPassword(String keywordClassName,
String key)
Checks if the key is a password in the class keywordClassName related to
the configuration file
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTokenImpl.initConnection()
Inits the connection
|
void |
DefaultUserRoleImpl.initConnection()
Inits the connection
|
void |
DefaultLDAPImpl.initConnection()
Inits the connection
|
void |
DefaultProjectSuffixImpl.initConnection() |
| Modifier and Type | Method and Description |
|---|---|
io.jsonwebtoken.Jws<io.jsonwebtoken.Claims> |
TokenSecurity.getTokenInformation(String jwtToken)
Returns the token information.
|
Copyright © 2017–2020 CNES. All rights reserved.