Stay organized with collections
Save and categorize content based on your preferences.
public class
GroupIdEncoder
extends Object
Helper utility to encode Group identifier in a consistent way between identity and indexing
connectors. CloudIdentity API supports only subset of characters in group identifiers. This
utility escapes unsupported characters using percent encoding.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["The `GroupIdEncoder` is a utility for encoding group identifiers in a consistent way for Cloud Search identity and indexing connectors."],["It handles the limitations of the CloudIdentity API by escaping unsupported characters using percent encoding."],["The `encodeGroupId` method is provided to perform the encoding, accepting a group identifier string and returning the encoded version."]]],[]]