Class UsersExportServlet.CsvUser
java.lang.Object
com.adobe.acs.commons.exporters.impl.users.UsersExportServlet.CsvUser
- Enclosing class:
- UsersExportServlet
Internal class representing a user that will be exported in CSV format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomProperty(String customProperty) getEmail()getID()getPath()booleanisInDirectGroup(String... groups) booleanisInIndirectGroup(String... groups)
-
Constructor Details
-
CsvUser
public CsvUser(org.apache.sling.api.resource.Resource resource) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-
-
Method Details
-
getDeclaredGroups
-
getTransitiveGroups
-
getAllGroups
-
getPath
- Throws:
javax.jcr.RepositoryException
-
getID
- Throws:
javax.jcr.RepositoryException
-
getFirstName
-
getLastName
-
getCreatedDate
-
getLastModifiedDate
-
getEmail
-
isInDirectGroup
-
isInIndirectGroup
-
getCustomProperty
-