Class BasicAuthenticatedUser
java.lang.Object
com.inductiveautomation.ignition.common.config.BasicPropertySet
com.inductiveautomation.ignition.common.user.BasicUser
com.inductiveautomation.ignition.common.user.BasicAuthenticatedUser
- All Implemented Interfaces:
Countable,Extendable<PropertySet>,Mergable<PropertySet>,MutablePropertyValueSource,ObservablePropertySet,PropertySet,PropertyValueSource,AuthenticatedUser,User,Serializable,Iterable<PropertyValue>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySet
BasicPropertySet.Builder -
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.user.BasicUser
contactInfo, id, profileName, roles, scheduleAdjustmentsFields inherited from interface com.inductiveautomation.ignition.common.user.AuthenticatedUser
SecurityZonesFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthenticatedUser(User user, Date authTimestamp) BasicAuthenticatedUser(String profileName, Serializable id, String username, Collection<String> roles) BasicAuthenticatedUser(String profileName, Serializable id, String username, Collection<String> roles, Date timestamp) -
Method Summary
Modifier and TypeMethodDescriptionThe date that the user was authenticated.All authenticated users must have a username.setContactInfo(List<ContactInfo> contactInfo) setScheduleAdjustments(List<ScheduleAdjustment> scheduleAdjustments) Methods inherited from class com.inductiveautomation.ignition.common.user.BasicUser
equals, getContactInfo, getId, getPath, getProfileName, getRoles, getScheduleAdjustments, hashCode, setProfileName, setRolesMethods inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySet
addPropertyChangeListener, addPropertyChangeListener, change, coerceValue, contains, firePropertyChange, get, getCount, getExtension, getOrDefault, getOrElse, getProperties, getRaw, getRawValueMap, getValues, isExtended, isInherited, iterator, of, remove, removePropertyChangeListener, removePropertyChangeListener, set, set, setDirect, setImpl, setRawValueMap, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
extend, getExtension, isExtended, isInherited, newDefaultInstance, newExtensionMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValuesMethods inherited from interface com.inductiveautomation.ignition.common.user.User
getContactInfo, getId, getPath, getProfileName, getRoles, getScheduleAdjustments, setProfileName
-
Constructor Details
-
BasicAuthenticatedUser
-
BasicAuthenticatedUser
public BasicAuthenticatedUser(String profileName, Serializable id, String username, Collection<String> roles) -
BasicAuthenticatedUser
public BasicAuthenticatedUser(String profileName, Serializable id, String username, Collection<String> roles, Date timestamp)
-
-
Method Details
-
setContactInfo
- Overrides:
setContactInfoin classBasicUser
-
setScheduleAdjustments
- Overrides:
setScheduleAdjustmentsin classBasicUser
-
getUsername
Description copied from interface:AuthenticatedUserAll authenticated users must have a username.- Specified by:
getUsernamein interfaceAuthenticatedUser
-
getAuthenticationTimestamp
Description copied from interface:AuthenticatedUserThe date that the user was authenticated.- Specified by:
getAuthenticationTimestampin interfaceAuthenticatedUser
-