Uses of Interface
net.solarnetwork.central.domain.UserIdRelated
Packages that use UserIdRelated
Package
Description
-
Uses of UserIdRelated in net.solarnetwork.central.dao
Subinterfaces of UserIdRelated in net.solarnetwork.central.daoModifier and TypeInterfaceDescriptioninterfaceAPI for an entity associated with a user ID.Classes in net.solarnetwork.central.dao that implement UserIdRelatedModifier and TypeClassDescriptionclassAudit user service entity.classBaseUserModifiableEntity<C extends BaseUserModifiableEntity<C,K>, K extends CompositeKey & Comparable<K> & Serializable> Base mutable user-related configuration entity, where the first component of its primary key is a Long user ID.classStale audit user service entity. -
Uses of UserIdRelated in net.solarnetwork.central.domain
Subinterfaces of UserIdRelated in net.solarnetwork.central.domainModifier and TypeInterfaceDescriptioninterfaceAPI for a user service audit record count.interfaceAPI for a "stale" audit user service value record that represents a period of time for a specific audit level that needs to be computed.interfaceAPI for user metadata.Classes in net.solarnetwork.central.domain that implement UserIdRelatedModifier and TypeClassDescriptionclassBaseUserCertificate<C extends BaseUserCertificate<C>>Base user-related certificate entity.classAn application event related to a user.final classImmutable primary key for user-related entities using a Long entity key.final classBasic implementation of a Long, Long, Integer composite key.final classBasic implementation of a Long, Long, String composite key.classMetadata about aSolarNode.final classImmutable primary key for user-related entities using a String entity key.classBasic implementation of a Long, UUID, Integer composite key.classBasic implementation of a Long, UUID, Long composite key.final classImmutable primary key for user-related entities using a UUID primary key. -
Uses of UserIdRelated in net.solarnetwork.central.security
Subinterfaces of UserIdRelated in net.solarnetwork.central.securityModifier and TypeInterfaceDescriptioninterfaceA token based actor.interfaceAPI for user details.Classes in net.solarnetwork.central.security that implement UserIdRelatedModifier and TypeClassDescriptionclassSecurityUserimplementation for authenticated tokens.classExtension of Spring Security'sUserobject to add SolarNetwork attributes.