Class GroupProfile

java.lang.Object
com.adobe.cq.testing.client.security.AbstractProfile
com.adobe.cq.testing.client.security.GroupProfile
All Implemented Interfaces:
Profile

public class GroupProfile extends AbstractProfile
Define and load group's profile properties
  • Field Details

  • Constructor Details

    • 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 Details

    • setGivenName

      public void setGivenName(String givenName)
    • setAboutMe

      public void setAboutMe(String aboutMe)