Class PrimaryPrincipal
java.lang.Object
de.businesscode.bcdui.subjectsettings.PrimaryPrincipal
- All Implemented Interfaces:
Serializable
A primary principal, which holds technical user id. This principal may be
used by the realm in order to indicate a primary principal, see
PrincipalCollection.getPrimaryPrincipal()
. The
SecurityHelper.getUserId(org.apache.shiro.subject.Subject)
handles
this type.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPrimaryPrincipal
(String id, String userLogin, String fullName, String email) -
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
getId()
void
void
setFullName
(String fullName) void
setUserLogin
(String userLogin) toString()