Package | Description |
---|---|
fr.cnes.doi.db |
Provides interfaces to request external databases.
|
fr.cnes.doi.plugin.impl.db |
Provides concrete classes implementing the interfaces of the external databases.
|
fr.cnes.doi.services |
Provides classes to monitor the speed of
Meta
Data Store application . |
Modifier and Type | Method and Description |
---|---|
List<AuthSystemUser> |
IAuthenticationDBHelper.getDOIProjectMembers()
Returns the authentication members.
|
Modifier and Type | Method and Description |
---|---|
List<AuthSystemUser> |
DefaultLDAPImpl.getAllDOIProjectMembers(InitialLdapContext context)
Search on LDAP all users which are in the group Consts.LDAP_PROJECT.
|
List<AuthSystemUser> |
DefaultLDAPImpl.getDOIProjectMembers()
Returns the authentication members.
|
private List<AuthSystemUser> |
DefaultLDAPImpl.getLdapUsers(DirContext context,
String gidNumber)
Search on LDAP all users which are in the group Consts.LDAP_PROJECT in a
LDAP group
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DOIUsersUpdate.isContained(AuthSystemUser authMember,
List<DOIUser> dbusers)
Tests if the authMember of the authentication mechanism is contained in
the users from the database.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DOIUsersUpdate.isContained(DOIUser dbuser,
List<AuthSystemUser> authMembers)
Tests if a user from the database is contained in the members from the
authentication system.
|
Copyright © 2017–2020 CNES. All rights reserved.