Uses of Class
edu.internet2.middleware.grouper.client.ClientConfig.GroupSyncWriteIdentifier

Packages that use ClientConfig.GroupSyncWriteIdentifier
edu.internet2.middleware.grouper.client   
 

Uses of ClientConfig.GroupSyncWriteIdentifier in edu.internet2.middleware.grouper.client
 

Methods in edu.internet2.middleware.grouper.client that return ClientConfig.GroupSyncWriteIdentifier
 ClientConfig.GroupSyncWriteIdentifier ClientConfig.ClientConnectionSourceConfigBean.getLocalWriteSubjectId()
          this is the identifier to lookup to add a subject, should be "id" or "identifier" or "idOrIdentifier"
 ClientConfig.GroupSyncWriteIdentifier ClientConfig.ClientConnectionSourceConfigBean.getRemoteWriteSubjectId()
          this is the identifier to lookup to add a subject, should be "id" or "identifier" or "idOrIdentifier"
static ClientConfig.GroupSyncWriteIdentifier ClientConfig.GroupSyncWriteIdentifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClientConfig.GroupSyncWriteIdentifier ClientConfig.GroupSyncWriteIdentifier.valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
          do a case-insensitive matching
static ClientConfig.GroupSyncWriteIdentifier[] ClientConfig.GroupSyncWriteIdentifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.internet2.middleware.grouper.client with parameters of type ClientConfig.GroupSyncWriteIdentifier
 void 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"