Class IdentitiesPopulator

    • Constructor Detail

      • IdentitiesPopulator

        public IdentitiesPopulator()
    • Method Detail

      • setConfigurationService

        public void setConfigurationService​(ConfigurationService configurationService)
      • populate

        public void populate​(UserModel userModel,
                             java.util.List<Consumer> identities)
        Description copied from interface: Populator
        Populate the target instance with values from the source instance.
        Specified by:
        populate in interface Populator<UserModel,​java.util.List<Consumer>>
        Parameters:
        userModel - the source object
        identities - the target to fill
      • getIdentityRef

        protected java.lang.String getIdentityRef​(UserModel userModel)
      • checkIfUidIsEmail

        protected boolean checkIfUidIsEmail​(java.lang.String uidToCheck)
      • createConsumer

        protected Consumer createConsumer​(java.lang.String type,
                                          java.lang.String ref)
      • init

        protected void init()