You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "hongkunan (JIRA)" <je...@portals.apache.org> on 2009/09/11 04:33:57 UTC

[jira] Commented: (JS2-1062) how manage jetspeed2 add user and userattributes by extends project

    [ https://issues.apache.org/jira/browse/JS2-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753954#action_12753954 ] 

hongkunan commented on JS2-1062:
--------------------------------

no body answer my question,
your may notice me about jetspeed's 
PortalAdministrator: org.apache.jetspeed.administration.PortalAdministration
but,no body ,I debug jetspeed use about one day,now problem is resolved。

> how manage  jetspeed2 add user and userattributes by extends project
> --------------------------------------------------------------------
>
>                 Key: JS2-1062
>                 URL: https://issues.apache.org/jira/browse/JS2-1062
>             Project: Jetspeed 2
>          Issue Type: Improvement
>    Affects Versions: 2.2.0
>         Environment: Version: jetspeed2.2.0
>            Reporter: hongkunan
>
> how can i add user and userattributes by extends project?
> i can add user's id,i can't add user's other attributes,who can help me? thanks!
> example:
> UserManager userManager=(UserManager)Jetspeed.getComponentManager().getComponent("org.apache.jetspeed.security.UserManager");
> public boolean createUser(UserDTO user) throws ServiceException {
> 		if(user==null)
> 			throw new ServiceException("USER IS NULL...");
> 		boolean flag=false;
> 		User entity;
> 		try {
> 			entity = userManager.addUser(user.getUid());
> 			if(entity!=null)
> 				flag=userDAO.createUser(user);
> 		} catch (SecurityException e) {
> 			// TODO Auto-generated catch block
> 			e.printStackTrace();
> 		}
> 		
> 		return flag;
> 	}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org