Interface WebswingUser
-
public interface WebswingUserRepresentation of user logged-in to Webswing through web interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Serializable>getUserAttributes()StringgetUserId()
-
-
-
Method Detail
-
getUserId
String getUserId()
- Returns:
- Unique user id
-
getUserAttributes
Map<String,Serializable> getUserAttributes()
- Returns:
- map of user attributes specific to configured security module implementation.
-
-