Package overit.geocall.basic.bl.user
Class BOManagedUser
java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.user.BOUser
overit.geocall.basic.bl.user.BOManagedUser
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
This class represent a business object for all information concerning a managed user (SSO and system).
It's an extension of the
It's an extension of the
BOUser that represents only the system accounts, those one that has no password and
that will be used internally by the jobs or web services implementor- Since:
- 10.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
ConstructorsConstructorDescriptionCreate an empty instance of BOManagedUser.BOManagedUser(BOUser user) Create a new instance of a managed user by copying the values from another ones -
Method Summary
Methods inherited from class overit.geocall.basic.bl.user.BOUser
getAccessFailed, getAdditionalRoles, getEmail, getEnd, getFactory, getId, getLanguage, getLastAccess, getLastPasswordEdit, getName, getPassword, getStart, getSurname, getTheme, getType, getUnallowedOperations, getUnlockDate, getUsername, setAccessFailed, setAdditionalRoles, setEmail, setEnd, setFactory, setId, setLanguage, setLastAccess, setLastPasswordEdit, setName, setPassword, setStart, setSurname, setTheme, setType, setUnallowedOperations, setUnlockDate, setUsernameMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
BOManagedUser
public BOManagedUser()Create an empty instance of BOManagedUser. -
BOManagedUser
Create a new instance of a managed user by copying the values from another ones- Parameters:
user- instance of a BOUser from which to copy the values
-
-
Method Details