org.apache.jetspeed.portlets.security.users
Class JetspeedUserBean
java.lang.Object
org.apache.jetspeed.portlets.security.users.JetspeedUserBean
public class JetspeedUserBean
- extends Object
User state.
- Version:
- $Id: JetspeedUserBean.java 348264 2005-11-22 22:06:45Z taylor $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
principal
private String principal
attributes
private Map attributes
JetspeedUserBean
public JetspeedUserBean(org.apache.jetspeed.security.User user)
getPrincipal
public String getPrincipal()
- Returns:
- Returns the principal.
setPrincipal
public void setPrincipal(String principal)
- Parameters:
principal
- The principal to set.
createPrincipal
public Principal createPrincipal(Subject subject,
Class classe)
getAttributes
public Map getAttributes()
- Returns:
- Returns the attributes.
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.