Class ClientConfig.ClientConnectionConfigBean
java.lang.Object
edu.internet2.middleware.grouper.client.ClientConfig.ClientConnectionConfigBean
- Enclosing class:
- ClientConfig
holds the state of one connection in the
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribes sources in the grouper config, key is sourceIdconnection id in configthis is the subject to act as local, if blank, act as GrouperSystem, specify with SubjectFinder packed string, e.g.void
setClientConnectionSourceConfigBeans
(Map<String, ClientConfig.ClientConnectionSourceConfigBean> clientConnectionSourceConfigBeans1) describes sources in the grouper config, key is sourceIdvoid
setConnectionId
(String connectionId1) connection id in configvoid
setLocalActAsSubject
(String localActAsSubject1) this is the subject to act as local, if blank, act as GrouperSystem, specify with SubjectFinder packed string, e.g.
-
Constructor Details
-
ClientConnectionConfigBean
public ClientConnectionConfigBean()
-
-
Method Details
-
getConnectionId
connection id in config- Returns:
- connection id in config
-
setConnectionId
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
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
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
-
-