public class InMemoryProfileService<U extends CommonProfile> extends AbstractProfileService<U>
| Modifier and Type | Field and Description |
|---|---|
java.util.function.Function<Object[],U> |
profileFactory |
Map<String,Map<String,Object>> |
profiles |
attributeNames, ID, LINKEDID, logger, SERIALIZED_PROFILE| Constructor and Description |
|---|
InMemoryProfileService(java.util.function.Function<Object[],U> profileFactory) |
InMemoryProfileService(Map<String,Map<String,Object>> profiles,
java.util.function.Function<Object[],U> profileFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deleteById(String id)
Delete a profile by its identifier in the storage.
|
protected void |
insert(Map<String,Object> attributes)
Insert the attributes in the storage.
|
protected void |
internalInit(WebContext context)
Internal initialization of the object.
|
protected List<Map<String,Object>> |
read(List<String> names,
String key,
String value)
Read the list of defined attributes in the storage for key=value query.
|
protected void |
update(Map<String,Object> attributes)
Update the attributes in the storage.
|
convertAttributesToProfile, convertProfileAndPasswordToAttributes, create, defineAttributesToRead, findById, findByLinkedId, getAttributes, getIdAttribute, getJavaSerializationHelper, getPasswordAttribute, getPasswordEncoder, getUsernameAttribute, isLegacyMode, remove, removeById, setAttributes, setIdAttribute, setJavaSerializationHelper, setPasswordAttribute, setPasswordEncoder, setUsernameAttribute, update, validatedefaultProfileDefinition, getProfileDefinition, setProfileDefinitioninit, reinitpublic java.util.function.Function<Object[],U extends CommonProfile> profileFactory
public InMemoryProfileService(java.util.function.Function<Object[],U> profileFactory)
protected void internalInit(WebContext context)
InitializableWebObjectinternalInit in class AbstractProfileService<U extends CommonProfile>context - the web contextprotected void insert(Map<String,Object> attributes)
AbstractProfileServiceinsert in class AbstractProfileService<U extends CommonProfile>attributes - the attributesprotected void update(Map<String,Object> attributes)
AbstractProfileServiceupdate in class AbstractProfileService<U extends CommonProfile>attributes - the attributesprotected void deleteById(String id)
AbstractProfileServicedeleteById in class AbstractProfileService<U extends CommonProfile>id - the identifierprotected List<Map<String,Object>> read(List<String> names, String key, String value)
AbstractProfileServiceread in class AbstractProfileService<U extends CommonProfile>names - the attribute names to readkey - the key for the queryvalue - the value for the queryCopyright © 2017. All Rights Reserved.