Class NegotiatorConfig

  • All Implemented Interfaces:
    Entity, org.molgenis.util.i18n.Identifiable

    public class NegotiatorConfig
    extends StaticEntity
    • Constructor Detail

      • NegotiatorConfig

        public NegotiatorConfig​(Entity entity)
      • NegotiatorConfig

        public NegotiatorConfig​(EntityType entityType)
      • NegotiatorConfig

        public NegotiatorConfig​(String identifier,
                                EntityType entityType)
    • Method Detail

      • getUsername

        @Nullable
        @CheckForNull
        public String getUsername()
      • getPassword

        @Nullable
        @CheckForNull
        public String getPassword()
      • getNegotiatorURL

        @Nullable
        @CheckForNull
        public String getNegotiatorURL()