Class PersonService.PersonInfo

java.lang.Object
org.alfresco.service.cmr.security.PersonService.PersonInfo
All Implemented Interfaces:
PermissionCheckValue
Enclosing interface:
PersonService

@AlfrescoPublicApi public static class PersonService.PersonInfo extends Object implements PermissionCheckValue
Data pojo to carry common person information
Since:
4.0
Author:
janv
  • Constructor Details

  • Method Details

    • getNodeRef

      public NodeRef getNodeRef()
      Description copied from interface: PermissionCheckValue
      Get the underlying node value that needs to be permission checked.
      Specified by:
      getNodeRef in interface PermissionCheckValue
      Returns:
      the underlying value to filter
    • getUserName

      public String getUserName()
    • getFirstName

      public String getFirstName()
    • getLastName

      public String getLastName()