Hierarchy For All Packages
Package Hierarchies:- de.fhdw.hfw417.dokumentenpostfach,
 - de.fhdw.hfw417.dokumentenpostfach.config,
 - de.fhdw.hfw417.dokumentenpostfach.config.security,
 - de.fhdw.hfw417.dokumentenpostfach.controller,
 - de.fhdw.hfw417.dokumentenpostfach.dto,
 - de.fhdw.hfw417.dokumentenpostfach.exception,
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer,
 - de.fhdw.hfw417.dokumentenpostfach.exception.dokument,
 - de.fhdw.hfw417.dokumentenpostfach.mapper,
 - de.fhdw.hfw417.dokumentenpostfach.model,
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer,
 - de.fhdw.hfw417.dokumentenpostfach.model.dokument,
 - de.fhdw.hfw417.dokumentenpostfach.repository,
 - de.fhdw.hfw417.dokumentenpostfach.service,
 - de.fhdw.hfw417.dokumentenpostfach.util,
 - de.fhdw.hfw417.dokumentenpostfach.visitor
 
Class Hierarchy
- java.lang.Object
- de.fhdw.hfw417.dokumentenpostfach.model.benutzer.AbstractBenutzer
- de.fhdw.hfw417.dokumentenpostfach.model.benutzer.RootBenutzer
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.StandardBenutzer
 
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.AktivStatus (implements de.fhdw.hfw417.dokumentenpostfach.model.benutzer.LebenszyklusStatus)
 - de.fhdw.hfw417.dokumentenpostfach.exception.ApiError
 - javax.ws.rs.core.Application
- org.glassfish.jersey.server.ResourceConfig (implements javax.ws.rs.core.Configurable<C>, org.glassfish.jersey.server.ServerConfig)
- de.fhdw.hfw417.dokumentenpostfach.config.AppConfig
 
 
 - org.glassfish.jersey.server.ResourceConfig (implements javax.ws.rs.core.Configurable<C>, org.glassfish.jersey.server.ServerConfig)
 - de.fhdw.hfw417.dokumentenpostfach.dto.AuthBenutzerDTO
 - de.fhdw.hfw417.dokumentenpostfach.controller.AuthController
 - de.fhdw.hfw417.dokumentenpostfach.config.security.AuthentificationFilter (implements javax.ws.rs.container.ContainerRequestFilter)
 - de.fhdw.hfw417.dokumentenpostfach.service.AuthService
 - de.fhdw.hfw417.dokumentenpostfach.controller.BenutzerController
 - de.fhdw.hfw417.dokumentenpostfach.dto.BenutzerDTO
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.Benutzergruppe
 - de.fhdw.hfw417.dokumentenpostfach.dto.BenutzergruppenDTO
 - de.fhdw.hfw417.dokumentenpostfach.mapper.BenutzergruppenMapper
 - de.fhdw.hfw417.dokumentenpostfach.dto.BenutzerLoginDTO
 - de.fhdw.hfw417.dokumentenpostfach.mapper.BenutzerMapper
 - de.fhdw.hfw417.dokumentenpostfach.service.BenutzerService
 - de.fhdw.hfw417.dokumentenpostfach.config.CORSFilter (implements javax.ws.rs.container.ContainerRequestFilter, javax.ws.rs.container.ContainerResponseFilter)
 - de.fhdw.hfw417.dokumentenpostfach.config.DBTestdata (implements org.springframework.boot.CommandLineRunner)
 - de.fhdw.hfw417.dokumentenpostfach.model.dokument.Dokument
 - de.fhdw.hfw417.dokumentenpostfach.controller.DokumentController
 - de.fhdw.hfw417.dokumentenpostfach.dto.DokumentDTO
 - de.fhdw.hfw417.dokumentenpostfach.dto.DokumentEinstellenDTO
 - de.fhdw.hfw417.dokumentenpostfach.mapper.DokumentMapper
 - de.fhdw.hfw417.dokumentenpostfach.service.DokumentService
 - de.fhdw.hfw417.dokumentenpostfach.util.DokumentWrapper
 - de.fhdw.hfw417.dokumentenpostfach.config.EmbeddedMongoConfig
 - de.fhdw.hfw417.dokumentenpostfach.controller.GruppenController
 - de.fhdw.hfw417.dokumentenpostfach.service.GruppenService
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.InaktivStatus (implements de.fhdw.hfw417.dokumentenpostfach.model.benutzer.LebenszyklusStatus)
 - de.fhdw.hfw417.dokumentenpostfach.util.JwtTokenHelper
 - de.fhdw.hfw417.dokumentenpostfach.util.Konstanten
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.Mandant
 - de.fhdw.hfw417.dokumentenpostfach.controller.MandantenController
 - de.fhdw.hfw417.dokumentenpostfach.service.MandantService
 - de.fhdw.hfw417.dokumentenpostfach.dto.MergeBenutzerDTO
 - org.springframework.data.mongodb.config.MongoConfigurationSupport
- org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
- de.fhdw.hfw417.dokumentenpostfach.config.MongoTransactionManagerConfig
 
 
 - org.springframework.data.mongodb.config.AbstractMongoClientConfiguration
 - de.fhdw.hfw417.dokumentenpostfach.util.PasswordEncoderBean
 - de.fhdw.hfw417.dokumentenpostfach.dto.PasswortAenderungDTO
 - de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocExceptionMapper (implements javax.ws.rs.ext.ExceptionMapper<E>)
 - de.fhdw.hfw417.dokumentenpostfach.config.security.PortalDocSecurityContext (implements javax.ws.rs.core.SecurityContext)
 - org.springframework.boot.web.servlet.support.SpringBootServletInitializer (implements org.springframework.web.WebApplicationInitializer)
- de.fhdw.hfw417.dokumentenpostfach.Dokumentenpostfach
 
 - de.fhdw.hfw417.dokumentenpostfach.util.StandardBenutzerWrapper
 - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocException
- de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.BenutzergruppeWirdReferenziertException
 - de.fhdw.hfw417.dokumentenpostfach.exception.KonfliktException
- de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.BenutzerExistiertBereitsException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.BenutzergruppeExistiertBereitsException
 - de.fhdw.hfw417.dokumentenpostfach.exception.dokument.KeineGemeinsamenMandantenException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.MandantExistiertBereitsException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.MandantIstNichtAktivException
 - de.fhdw.hfw417.dokumentenpostfach.exception.dokument.RootAccountKannKeineDokumenteErhaltenException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.RootAccountKannNichtGeloeschtWerdenException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.RootBenutzerKannNichtGemergedWerdenException
 
 - de.fhdw.hfw417.dokumentenpostfach.exception.NichtGefundenException
- de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.BenutzergruppeNichtGefundenException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.BenutzerNichtGefundenException
 - de.fhdw.hfw417.dokumentenpostfach.exception.dokument.DokumentNichtGefundenException
 - de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.KeinMandantGefundenException
 
 - de.fhdw.hfw417.dokumentenpostfach.exception.UnauthorisiertException
- de.fhdw.hfw417.dokumentenpostfach.exception.benutzer.PasswortStimmtNichtUebereinException
 
 
 - java.lang.RuntimeException
- javax.ws.rs.WebApplicationException
- de.fhdw.hfw417.dokumentenpostfach.exception.dokument.DokumentValidierungException
 
 
 - javax.ws.rs.WebApplicationException
 
 - de.fhdw.hfw417.dokumentenpostfach.exception.PortalDocException
 
 - java.lang.Exception
 
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.AbstractBenutzer
 
Interface Hierarchy
- de.fhdw.hfw417.dokumentenpostfach.visitor.BenutzerVisitor
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.LebenszyklusStatus
 - org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- de.fhdw.hfw417.dokumentenpostfach.repository.BenutzerRepository
 - de.fhdw.hfw417.dokumentenpostfach.repository.DokumentRepository
 - de.fhdw.hfw417.dokumentenpostfach.repository.GruppenRepository
 - de.fhdw.hfw417.dokumentenpostfach.repository.MandantenRepository
 
 
 - org.springframework.data.repository.CrudRepository<T,ID>
 
Annotation Type Hierarchy
- de.fhdw.hfw417.dokumentenpostfach.util.EnableEmbeddedMongo (implements java.lang.annotation.Annotation)
 - de.fhdw.hfw417.dokumentenpostfach.util.JaxRsResource (implements java.lang.annotation.Annotation)
 - de.fhdw.hfw417.dokumentenpostfach.config.security.Secured (implements java.lang.annotation.Annotation)
 
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- de.fhdw.hfw417.dokumentenpostfach.model.dokument.DokumentenTyp
 - de.fhdw.hfw417.dokumentenpostfach.model.dokument.GelesenStatus
 - de.fhdw.hfw417.dokumentenpostfach.model.dokument.InhaltsTyp
 - de.fhdw.hfw417.dokumentenpostfach.model.benutzer.Privileg
 
 
 - java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)