Title: Principal output formating view helper
Description: The role of this class is to prepare and format user and group data for display according to the JSP files needs in administration and engines.
The output can be formated to the following string sequence :
{"Principal", "Permissions", "Provider, 6", "Name, 10", "Properties, 20"]
The digit after identifiers are the number character for the output string. Where :
Principal, indicate if the principal is a user(u) or a group(g)
Permissions, is the permissions sequence : Admin, write, rights accesses
Provider, is the source where the user and the group are coming from
Name, is the username or the groupname
Properties, is the user firstname following by the user lastname or the user e-mail. Is the group member name for the group.
Example :
u jahia -wr gdupont G?rard Dupont
Copyright: MAP (Jahia Solutions S?rl 2003)
Company: Jahia Solutions S?rl
@author MAP
@version 1.0