edu.internet2.middleware.grouper.client
Class ClientConfig.ClientConnectionConfigBean

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

public static class ClientConfig.ClientConnectionConfigBean
extends java.lang.Object

holds the state of one connection in the


Constructor Summary
ClientConfig.ClientConnectionConfigBean()
           
 
Method Summary
 java.util.Map<java.lang.String,ClientConfig.ClientConnectionSourceConfigBean> getClientConnectionSourceConfigBeans()
          describes sources in the grouper config, key is sourceId
 java.lang.String getConnectionId()
          connection id in config
 java.lang.String getLocalActAsSubject()
          this is the subject to act as local, if blank, act as GrouperSystem, specify with SubjectFinder packed string, e.g.
 void setClientConnectionSourceConfigBeans(java.util.Map<java.lang.String,ClientConfig.ClientConnectionSourceConfigBean> clientConnectionSourceConfigBeans1)
          describes sources in the grouper config, key is sourceId
 void setConnectionId(java.lang.String connectionId1)
          connection id in config
 void setLocalActAsSubject(java.lang.String localActAsSubject1)
          this is the subject to act as local, if blank, act as GrouperSystem, specify with SubjectFinder packed string, e.g.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConfig.ClientConnectionConfigBean

public ClientConfig.ClientConnectionConfigBean()
Method Detail

getConnectionId

public java.lang.String getConnectionId()
connection id in config

Returns:
connection id in config

setConnectionId

public void setConnectionId(java.lang.String connectionId1)
connection id in config

Parameters:
connectionId1 -

getClientConnectionSourceConfigBeans

public java.util.Map<java.lang.String,ClientConfig.ClientConnectionSourceConfigBean> getClientConnectionSourceConfigBeans()
describes sources in the grouper config, key is sourceId

Returns:
the sources

setClientConnectionSourceConfigBeans

public void setClientConnectionSourceConfigBeans(java.util.Map<java.lang.String,ClientConfig.ClientConnectionSourceConfigBean> clientConnectionSourceConfigBeans1)
describes sources in the grouper config, key is sourceId

Parameters:
clientConnectionSourceConfigBeans1 -

getLocalActAsSubject

public java.lang.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(java.lang.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 -