Uses of Enum Class
edu.internet2.middleware.grouper.client.ClientConfig.GroupSyncWriteIdentifier
-
Uses of ClientConfig.GroupSyncWriteIdentifier in edu.internet2.middleware.grouper.client
Modifier and TypeMethodDescriptionClientConfig.ClientConnectionSourceConfigBean.getLocalWriteSubjectId()
this is the identifier to lookup to add a subject, should be "id" or "identifier" or "idOrIdentifier"ClientConfig.ClientConnectionSourceConfigBean.getRemoteWriteSubjectId()
this is the identifier to lookup to add a subject, should be "id" or "identifier" or "idOrIdentifier"Returns the enum constant of this class with the specified name.ClientConfig.GroupSyncWriteIdentifier.valueOfIgnoreCase
(String string, boolean exceptionOnNull) do a case-insensitive matchingClientConfig.GroupSyncWriteIdentifier.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ClientConfig.ClientConnectionSourceConfigBean.setLocalWriteSubjectId
(ClientConfig.GroupSyncWriteIdentifier localWriteSubjectId1) this is the identifier to lookup to add a subject, should be "id" or "identifier" or "idOrIdentifier"void
ClientConfig.ClientConnectionSourceConfigBean.setRemoteWriteSubjectId
(ClientConfig.GroupSyncWriteIdentifier remoteWriteSubjectId1) this is the identifier to lookup to add a subject, should be "id" or "identifier" or "idOrIdentifier"