Interface AuthenticatedUser
- 
- All Superinterfaces:
- Countable,- Extendable<PropertySet>,- java.lang.Iterable<PropertyValue>,- Mergable<PropertySet>,- MutablePropertyValueSource,- PropertySet,- PropertyValueSource,- java.io.Serializable,- User
 - All Known Implementing Classes:
- BasicAuthenticatedUser
 
 public interface AuthenticatedUser extends User 
- 
- 
Field SummaryFields Modifier and Type Field Description static Property<java.util.List>SecurityZones- 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.DategetAuthenticationTimestamp()The date that the user was authenticated.java.lang.StringgetUsername()All authenticated users must have a username.- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, set
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetextend, getExtension, isExtended, isInherited, newDefaultInstance, newExtension
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties, getValues
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.user.UsergetContactInfo, getId, getPath, getProfileName, getRoles, getScheduleAdjustments, setProfileName
 
- 
 
- 
- 
- 
Field Detail- 
SecurityZonesstatic final Property<java.util.List> SecurityZones 
 
- 
 
-