org.apache.jetspeed.portlets.security.users
Class JetspeedUserBean

java.lang.Object
  extended by 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

Field Summary
private  Map attributes
           
private  String principal
           
 
Constructor Summary
JetspeedUserBean(org.apache.jetspeed.security.User user)
           
 
Method Summary
 Principal createPrincipal(Subject subject, Class classe)
           
 Map getAttributes()
           
 String getPrincipal()
           
 void setPrincipal(String principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

principal

private String principal

attributes

private Map attributes
Constructor Detail

JetspeedUserBean

public JetspeedUserBean(org.apache.jetspeed.security.User user)
Method Detail

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.