
Abstract
In my previous post I talked about how to add service users to the YAML file exported by the AC Tool. But what if you want to do something else that isnโt currently possible without a recompile?
There may be many reasons to create a custom file, the reason I did it was to include my groupsโ members in the YAML output so that I can manage group memberships (whenever I choose to).
What is a YAML File
YAML files arenโt as common in JAVA projects. So, for many of us, we just havenโt had much need to use them. Put simply, a YAML file is just a text-indent formatted file. The amount of indention on an entry dictates its placement in the hierarchy.
Read Full Blog
Q&A
Please use this thread to ask the related questions.