edu.mit.stellar.api.user
Interface UserProperties

All Known Subinterfaces:
UserPropertiesM

public interface UserProperties

UserProperties

Version:
$Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getPropertiesMap()
          Persisted local properties.
 java.lang.String getUserUuid()
           
 

Method Detail

getUserUuid

java.lang.String getUserUuid()
Returns:
uuid of the userIdentity for which this is the information

getPropertiesMap

java.util.Map<java.lang.String,java.lang.String> getPropertiesMap()
Persisted local properties.

Returns:
properties


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.