Class ClientConfig.ClientConnectionConfigBean

java.lang.Object
edu.internet2.middleware.grouper.client.ClientConfig.ClientConnectionConfigBean
Enclosing class:
ClientConfig

public static class ClientConfig.ClientConnectionConfigBean extends Object
holds the state of one connection in the
  • Constructor Details

    • ClientConnectionConfigBean

      public ClientConnectionConfigBean()
  • Method Details

    • getConnectionId

      public String getConnectionId()
      connection id in config
      Returns:
      connection id in config
    • setConnectionId

      public void setConnectionId(String connectionId1)
      connection id in config
      Parameters:
      connectionId1 -
    • getClientConnectionSourceConfigBeans

      public Map<String,ClientConfig.ClientConnectionSourceConfigBean> getClientConnectionSourceConfigBeans()
      describes sources in the grouper config, key is sourceId
      Returns:
      the sources
    • setClientConnectionSourceConfigBeans

      public void setClientConnectionSourceConfigBeans(Map<String,ClientConfig.ClientConnectionSourceConfigBean> clientConnectionSourceConfigBeans1)
      describes sources in the grouper config, key is sourceId
      Parameters:
      clientConnectionSourceConfigBeans1 -
    • getLocalActAsSubject

      public String getLocalActAsSubject()
      this is the subject to act as local, if blank, act as GrouperSystem, specify with SubjectFinder packed string, e.g. subjectIdOrIdentifier or sourceId::::subjectId or ::::subjectId or sourceId::::::subjectIdentifier or ::::::subjectIdentifier sourceId::::::::subjectIdOrIdentifier or ::::::::subjectIdOrIdentifier
      Returns:
      local act as subject
    • setLocalActAsSubject

      public void setLocalActAsSubject(String localActAsSubject1)
      this is the subject to act as local, if blank, act as GrouperSystem, specify with SubjectFinder packed string, e.g. subjectIdOrIdentifier or sourceId::::subjectId or ::::subjectId or sourceId::::::subjectIdentifier or ::::::subjectIdentifier sourceId::::::::subjectIdOrIdentifier or ::::::::subjectIdOrIdentifier
      Parameters:
      localActAsSubject1 -