Class InMemoryProfileService<U extends CommonProfile>

    • Field Detail

      • profiles

        public java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> profiles
    • Constructor Detail

      • InMemoryProfileService

        public InMemoryProfileService​(ProfileFactory profileFactory)
      • InMemoryProfileService

        public InMemoryProfileService​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Object>> profiles,
                                      ProfileFactory profileFactory)
    • Method Detail

      • read

        protected java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> read​(java.util.List<java.lang.String> names,
                                                                                              java.lang.String key,
                                                                                              java.lang.String value)
        Description copied from class: AbstractProfileService
        Read the list of defined attributes in the storage for key=value query.
        Specified by:
        read in class AbstractProfileService<U extends CommonProfile>
        Parameters:
        names - the attribute names to read
        key - the key for the query
        value - the value for the query
        Returns:
        the list of map of attributes