Package org.appng.appngizer.model
Class Subject
- java.lang.Object
-
- org.appng.appngizer.model.xml.Linkable
-
- org.appng.appngizer.model.xml.Nameable
-
- org.appng.appngizer.model.xml.Subject
-
- org.appng.appngizer.model.Subject
-
-
Field Summary
-
Fields inherited from class org.appng.appngizer.model.xml.Subject
description, digest, email, expiryDate, failedLoginAttempts, groups, language, lastLogin, locked, passwordChangePolicy, realName, timeZone, type
-
-
Constructor Summary
Constructors Constructor Description Subject()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SubjectfromDomain(Subject subjectImpl, boolean setDigest)static SubjectImpltoDomain(Subject s)-
Methods inherited from class org.appng.appngizer.model.xml.Subject
getDescription, getDigest, getEmail, getExpiryDate, getFailedLoginAttempts, getGroups, getLanguage, getLastLogin, getPasswordChangePolicy, getRealName, getTimeZone, getType, isLocked, setDescription, setDigest, setEmail, setExpiryDate, setFailedLoginAttempts, setGroups, setLanguage, setLastLogin, setLocked, setPasswordChangePolicy, setRealName, setTimeZone, setType
-
Methods inherited from class org.appng.appngizer.model.xml.Linkable
getLinks, getSelf, setLinks, setSelf
-
-
-
-
Method Detail
-
toDomain
public static SubjectImpl toDomain(Subject s)
-
-