Package org.javlo.user
Class UserPrincipal
- java.lang.Object
-
- org.javlo.user.User
-
- org.javlo.user.UserPrincipal
-
- All Implemented Interfaces:
Serializable
,Principal
public class UserPrincipal extends User
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPrincipal(Principal inPrincipal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLogin()
String
getName()
Principal
getPrincipal()
-
Methods inherited from class org.javlo.user.User
getContext, getLabel, getPassword, getRoles, getRolesMap, getUserInfo, isCustomer, isEditor, isProvider, isRightPassword, loadAvatar, setContext, setEditor, setLogin, setUserInfo, toString, validForRoles, validForRoles
-
-
-
-
Constructor Detail
-
UserPrincipal
public UserPrincipal(Principal inPrincipal)
-
-