Class GroupProfile

  • All Implemented Interfaces:
    Profile

    public class GroupProfile
    extends AbstractProfile
    Define and load group's profile properties
    • Constructor Detail

      • GroupProfile

        public GroupProfile​(T authorizable)
                     throws org.apache.sling.testing.clients.ClientException
        Default constructor for an existing group
        Type Parameters:
        T - authorizable type
        Parameters:
        authorizable - any Authorizable extending the AbstractAuthorizable
        Throws:
        org.apache.sling.testing.clients.ClientException - if the group details failed to load
    • Method Detail

      • setGivenName

        public void setGivenName​(String givenName)
      • setAboutMe

        public void setAboutMe​(String aboutMe)