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

java.lang.Object
  extended by org.apache.jetspeed.portlets.security.users.JetspeedUserBean

public class JetspeedUserBean
extends java.lang.Object

User state.

Version:
$Id: JetspeedUserBean.java 348264 2005-11-22 22:06:45Z taylor $
Author:
David Sean Taylor

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

Constructor Detail

JetspeedUserBean

public JetspeedUserBean(User user)
Method Detail

getPrincipal

public java.lang.String getPrincipal()
Returns:
Returns the principal.

setPrincipal

public void setPrincipal(java.lang.String principal)
Parameters:
principal - The principal to set.

createPrincipal

public java.security.Principal createPrincipal(javax.security.auth.Subject subject,
                                               java.lang.Class classe)

getAttributes

public java.util.Map getAttributes()
Returns:
Returns the attributes.


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.