Class ActiveIdentifierBundleFactories


  • public class ActiveIdentifierBundleFactories
    extends Object
    Keep a list of the active IdentifierBundleFactories in the context.
    • Method Detail

      • addFactory

        public static void addFactory​(IdentifierBundleFactory factory)
        Add a new IdentifierBundleFactory to the list.
      • getFactoryNames

        public static List<String> getFactoryNames()
        Just for diagnostics. Don't expose the factories themselves, only their names.
      • getUserIdentifierBundle

        public static IdentifierBundle getUserIdentifierBundle​(UserAccount userAccount)
        Get the Identifiers that would be created if this user were to log in.