Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
LdapUserRepository.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExternalLoginResourceConverter.convert(ExternalUserAuthentication source,
ExternalLoginResource target) |
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
ExternalUserRepository.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication)
External Repos can return additional properties that will be included e.g.
|
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
ConfluenceUserRepository.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication) |
Modifier and Type | Method and Description |
---|---|
Set<ExternalUserAuthentication> |
UserManagementImpl.getExternalExternalUserAuthentications(long userId) |
Set<ExternalUserAuthentication> |
UserManagement.getExternalExternalUserAuthentications(long userId) |
Modifier and Type | Class and Description |
---|---|
class |
ExternalUserAuthenticationImpl |
Modifier and Type | Method and Description |
---|---|
static ExternalUserAuthentication |
ExternalUserAuthentication.Factory.newInstance()
Constructs a new instance of
ExternalUserAuthentication . |
static ExternalUserAuthentication |
ExternalUserAuthentication.Factory.newInstance(String externalUserId,
String systemId)
Constructs a new instance of
ExternalUserAuthentication , taking all required
and/or read-only properties as arguments. |
static ExternalUserAuthentication |
ExternalUserAuthentication.Factory.newInstance(String externalUserId,
String systemId,
String permanentId,
String additionalProperty)
Constructs a new instance of
ExternalUserAuthentication , taking all possible
properties (except the identifier(s))as arguments. |
Modifier and Type | Method and Description |
---|---|
Set<ExternalUserAuthentication> |
User.getExternalAuthentications() |
Modifier and Type | Method and Description |
---|---|
void |
User.setExternalAuthentications(Set<ExternalUserAuthentication> externalAuthentications) |
Modifier and Type | Method and Description |
---|---|
ExternalUserAuthentication |
ExternalUserAuthenticationDaoBase.create(ExternalUserAuthentication externalUserAuthentication) |
ExternalUserAuthentication |
ExternalUserAuthenticationDao.create(ExternalUserAuthentication externalUserAuthentication)
Creates an instance of com.communote.server.persistence.user.ExternalUserAuthentication and
adds it to the persistent store.
|
ExternalUserAuthentication |
ExternalUserAuthenticationDaoBase.load(Long id) |
ExternalUserAuthentication |
ExternalUserAuthenticationDao.load(Long id)
Loads an instance of com.communote.server.persistence.user.ExternalUserAuthentication from
the persistent store.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.create(Collection<ExternalUserAuthentication> entities) |
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDao.create(Collection<ExternalUserAuthentication> entities)
Creates a new instance of com.communote.server.persistence.user.ExternalUserAuthentication
and adds from the passed in
entities collection |
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.create(int transform,
Collection<ExternalUserAuthentication> entities) |
List<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.findBySystemId(String systemId) |
List<ExternalUserAuthentication> |
ExternalUserAuthenticationDao.findBySystemId(String systemId)
find all external authentications by the external systemId
|
protected List<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoImpl.handleFindBySystemId(String externalSystemId)
Performs the core logic for
ExternalUserAuthenticationDaoBase.findBySystemId(String) |
protected abstract List<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.handleFindBySystemId(String systemId)
Performs the core logic for
ExternalUserAuthenticationDaoBase.findBySystemId(String) |
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.loadAll() |
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDao.loadAll()
Loads all entities of type
ExternalUserAuthentication
. |
Modifier and Type | Method and Description |
---|---|
ExternalUserAuthentication |
ExternalUserAuthenticationDaoBase.create(ExternalUserAuthentication externalUserAuthentication) |
ExternalUserAuthentication |
ExternalUserAuthenticationDao.create(ExternalUserAuthentication externalUserAuthentication)
Creates an instance of com.communote.server.persistence.user.ExternalUserAuthentication and
adds it to the persistent store.
|
Object |
ExternalUserAuthenticationDaoBase.create(int transform,
ExternalUserAuthentication externalUserAuthentication) |
Object |
ExternalUserAuthenticationDao.create(int transform,
ExternalUserAuthentication externalUserAuthentication)
Does the same thing as
ExternalUserAuthenticationDao.create(com.communote.server.model.user.ExternalUserAuthentication) with an
additional flag called transform . |
void |
ExternalUserAuthenticationDaoBase.evict(ExternalUserAuthentication entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalUserAuthenticationDao.evict(ExternalUserAuthentication entity)
Evicts (removes) the entity from the hibernate cache
|
void |
ExternalUserAuthenticationDaoBase.remove(ExternalUserAuthentication externalUserAuthentication) |
void |
ExternalUserAuthenticationDao.remove(ExternalUserAuthentication externalUserAuthentication)
Removes the instance of com.communote.server.persistence.user.ExternalUserAuthentication from
the persistent store.
|
protected Object |
ExternalUserAuthenticationDaoBase.transformEntity(int transform,
ExternalUserAuthentication entity)
Allows transformation of entities into value objects (or something else for that matter),
when the
transform flag is set to one of the constants defined in
com.communote.server.persistence.user.ExternalUserAuthenticationDao , please note
that the ExternalUserAuthenticationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself
will be returned. |
void |
ExternalUserAuthenticationDaoBase.update(ExternalUserAuthentication externalUserAuthentication) |
void |
ExternalUserAuthenticationDao.update(ExternalUserAuthentication externalUserAuthentication)
Updates the
externalUserAuthentication instance in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.create(Collection<ExternalUserAuthentication> entities) |
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDao.create(Collection<ExternalUserAuthentication> entities)
Creates a new instance of com.communote.server.persistence.user.ExternalUserAuthentication
and adds from the passed in
entities collection |
Collection<ExternalUserAuthentication> |
ExternalUserAuthenticationDaoBase.create(int transform,
Collection<ExternalUserAuthentication> entities) |
Collection<?> |
ExternalUserAuthenticationDao.create(int transform,
Collection<ExternalUserAuthentication> entities)
Does the same thing as
ExternalUserAuthenticationDao.create(com.communote.server.model.user.ExternalUserAuthentication) with an
additional flag called transform . |
void |
ExternalUserAuthenticationDaoBase.remove(Collection<ExternalUserAuthentication> entities) |
void |
ExternalUserAuthenticationDao.remove(Collection<ExternalUserAuthentication> entities)
Removes all entities in the given
entities |
void |
ExternalUserAuthenticationDaoBase.update(Collection<ExternalUserAuthentication> entities) |
void |
ExternalUserAuthenticationDao.update(Collection<ExternalUserAuthentication> entities)
Updates all instances in the
entities collection in the persistent store. |
Modifier and Type | Method and Description |
---|---|
Collection<StringPropertyTO> |
UserService.getExternalLoginProperties(Long userId,
ExternalUserAuthentication externalUserAuthentication)
External Repos can return additional properties that will be included e.g.
|
Copyright © 2019 Communote team. All rights reserved.