org.jbpm.api.identity
Interface User


public interface User

a user.

Author:
Tom Baeyens

Method Summary
 java.lang.String getBusinessEmail()
          the email address for the user
 java.lang.String getFamilyName()
          given name (aka last name)
 java.lang.String getGivenName()
          given name (aka first name)
 java.lang.String getId()
          unique id for the user that is used as a reference in the service methods
 

Method Detail

getId

java.lang.String getId()
unique id for the user that is used as a reference in the service methods


getGivenName

java.lang.String getGivenName()
given name (aka first name)


getFamilyName

java.lang.String getFamilyName()
given name (aka last name)


getBusinessEmail

java.lang.String getBusinessEmail()
the email address for the user



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.