Class CustomUser
java.lang.Object
io.jans.orm.model.base.Entry
io.jans.orm.model.base.BaseEntry
io.jans.model.user.SimpleUser
io.jans.as.common.model.common.User
io.jans.configapi.plugin.mgt.model.user.CustomUser
- All Implemented Interfaces:
Serializable,Cloneable
public class CustomUser
extends io.jans.as.common.model.common.User
- See Also:
-
Field Summary
Fields inherited from class io.jans.model.user.SimpleUser
customAttributes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInum()getMail()voidsetDisplayName(String displayName) voidsetGivenName(String givenName) voidvoidvoidsetUserPassword(String userPassword) toString()Methods inherited from class io.jans.as.common.model.common.User
getAttributeMethods inherited from class io.jans.model.user.SimpleUser
getAttribute, getAttributeObject, getAttributeObjectValues, getAttributeValues, getAuthenticator, getCreatedAt, getCustomAttributes, getCustomObjectClasses, getExternalUid, getOxAuthPersistentJwt, getStatus, getUpdatedAt, getUserId, removeAttribute, removeAttributeValue, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAuthenticator, setCreatedAt, setCustomAttributes, setCustomObjectClasses, setExternalUid, setOxAuthPersistentJwt, setStatus, setUpdatedAt, setUserIdMethods inherited from class io.jans.orm.model.base.BaseEntry
getDNsMethods inherited from class io.jans.orm.model.base.Entry
equals, getBaseDn, getDn, hashCode, setBaseDn, setDn
-
Constructor Details
-
CustomUser
public CustomUser()
-
-
Method Details
-
getInum
-
setInum
-
getMail
-
setMail
-
getDisplayName
-
setDisplayName
-
getGivenName
-
setGivenName
-
getUserPassword
-
setUserPassword
-
toString
- Overrides:
toStringin classio.jans.orm.model.base.BaseEntry
-