|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.client.ClientConfig.ClientGroupConfigBean
public static class ClientConfig.ClientGroupConfigBean
bean represents the group connections to external groupers
Constructor Summary | |
---|---|
ClientConfig.ClientGroupConfigBean()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAddExternalSubjectIfNotFound()
if subjects are external and should be created if not exist |
java.lang.String |
getConfigId()
in the config settings, this is the part that ties the configs together |
java.lang.String |
getConnectionName()
# connection name in grouper client connections above #syncAnotherGrouper.testGroup0.connectionName = someOtherSchool |
java.lang.String |
getCron()
# quartz cron to schedule the pull or push (incremental is automatic as events happen) (e.g. 5am daily) #syncAnotherGrouper.testGroup0.cron = 0 0 5 * * ? |
GroupSyncType |
getGroupSyncType()
# incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push |
java.lang.String |
getLocalGroupName()
# local group which is being synced #syncAnotherGrouper.testGroup0.local.groupName = test:testGroup |
java.lang.String |
getRemoteGroupName()
# remote group at another grouper which is being synced #syncAnotherGrouper.testGroup0.remote.groupName = test2:testGroup2 |
void |
setAddExternalSubjectIfNotFound(java.lang.Boolean addExternalSubjectIfNotFound1)
if subjects are external and should be created if not exist |
void |
setConfigId(java.lang.String configId1)
in the config settings, this is the part that ties the configs together |
void |
setConnectionName(java.lang.String connectionName1)
# connection name in grouper client connections above #syncAnotherGrouper.testGroup0.connectionName = someOtherSchool |
void |
setCron(java.lang.String cron1)
# quartz cron to schedule the pull or push (incremental is automatic as events happen) (e.g. 5am daily) #syncAnotherGrouper.testGroup0.cron = 0 0 5 * * ? |
void |
setGroupSyncType(GroupSyncType groupSyncType1)
# incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push |
void |
setLocalGroupName(java.lang.String localGroupName1)
# local group which is being synced #syncAnotherGrouper.testGroup0.local.groupName = test:testGroup |
void |
setRemoteGroupName(java.lang.String remoteGroupName1)
# remote group at another grouper which is being synced #syncAnotherGrouper.testGroup0.remote.groupName = test2:testGroup2 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientConfig.ClientGroupConfigBean()
Method Detail |
---|
public java.lang.String getConfigId()
public void setConfigId(java.lang.String configId1)
configId1
- public java.lang.String getConnectionName()
# connection name in grouper client connections above #syncAnotherGrouper.testGroup0.connectionName = someOtherSchool
public void setConnectionName(java.lang.String connectionName1)
# connection name in grouper client connections above #syncAnotherGrouper.testGroup0.connectionName = someOtherSchool
connectionName1
- public GroupSyncType getGroupSyncType()
# incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push
public void setGroupSyncType(GroupSyncType groupSyncType1)
# incremental or push or pull or incremental_push #syncAnotherGrouper.testGroup0.syncType = incremental_push
groupSyncType1
- public java.lang.String getCron()
# quartz cron to schedule the pull or push (incremental is automatic as events happen) (e.g. 5am daily) #syncAnotherGrouper.testGroup0.cron = 0 0 5 * * ?
public void setCron(java.lang.String cron1)
# quartz cron to schedule the pull or push (incremental is automatic as events happen) (e.g. 5am daily) #syncAnotherGrouper.testGroup0.cron = 0 0 5 * * ?
cron1
- public java.lang.String getLocalGroupName()
# local group which is being synced #syncAnotherGrouper.testGroup0.local.groupName = test:testGroup
public void setLocalGroupName(java.lang.String localGroupName1)
# local group which is being synced #syncAnotherGrouper.testGroup0.local.groupName = test:testGroup
localGroupName1
- public java.lang.String getRemoteGroupName()
# remote group at another grouper which is being synced #syncAnotherGrouper.testGroup0.remote.groupName = test2:testGroup2
public void setRemoteGroupName(java.lang.String remoteGroupName1)
# remote group at another grouper which is being synced #syncAnotherGrouper.testGroup0.remote.groupName = test2:testGroup2
remoteGroupName1
- public java.lang.Boolean getAddExternalSubjectIfNotFound()
public void setAddExternalSubjectIfNotFound(java.lang.Boolean addExternalSubjectIfNotFound1)
addExternalSubjectIfNotFound1
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |