Hierarchy For All Packages
Package Hierarchies:- com.fredriksonsound.iot_backoffice_auth,
- com.fredriksonsound.iot_backoffice_auth.data,
- com.fredriksonsound.iot_backoffice_auth.endpoint,
- com.fredriksonsound.iot_backoffice_auth.model,
- com.fredriksonsound.iot_backoffice_auth.service,
- com.fredriksonsound.iot_backoffice_auth.util,
- com.fredriksonsound.iot_backoffice_auth.web
Class Hierarchy
- java.lang.Object
- com.fredriksonsound.iot_backoffice_auth.model.Agency
- com.fredriksonsound.iot_backoffice_auth.AppConfig
- com.fredriksonsound.iot_backoffice_auth.endpoint.AuthController
- com.fredriksonsound.iot_backoffice_auth.endpoint.AuthController.AuthCredentials (implements com.fredriksonsound.iot_backoffice_auth.model.ValidationError.Validatable)
- com.fredriksonsound.iot_backoffice_auth.service.AuthService (implements com.fredriksonsound.iot_backoffice_auth.service.IAuthService)
- com.fredriksonsound.iot_backoffice_auth.web.CreatedResponse<T> (implements com.fredriksonsound.iot_backoffice_auth.web.Response<T>)
- com.fredriksonsound.iot_backoffice_auth.endpoint.Default
- com.fredriksonsound.iot_backoffice_auth.Environment
- com.fredriksonsound.iot_backoffice_auth.web.ErrorResponse<T> (implements com.fredriksonsound.iot_backoffice_auth.web.Response<T>)
- com.fredriksonsound.iot_backoffice_auth.IotBackofficeAuthApplication
- com.fredriksonsound.iot_backoffice_auth.web.OkResponse<T> (implements com.fredriksonsound.iot_backoffice_auth.web.Response<T>)
- com.fredriksonsound.iot_backoffice_auth.util.Pair<K,V>
- com.fredriksonsound.iot_backoffice_auth.util.PasswordUtils
- com.fredriksonsound.iot_backoffice_auth.model.RefreshToken
- com.fredriksonsound.iot_backoffice_auth.endpoint.RegisterController
- com.fredriksonsound.iot_backoffice_auth.endpoint.RegisterController.RegisterCredentials (implements com.fredriksonsound.iot_backoffice_auth.model.ValidationError.Validatable)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- com.fredriksonsound.iot_backoffice_auth.model.ValidationError
- java.lang.Exception
- com.fredriksonsound.iot_backoffice_auth.util.TokensUtils
- com.fredriksonsound.iot_backoffice_auth.web.UnauthorizedResponse<T> (implements com.fredriksonsound.iot_backoffice_auth.web.Response<T>)
- com.fredriksonsound.iot_backoffice_auth.model.User
- com.fredriksonsound.iot_backoffice_auth.endpoint.UsersController
- com.fredriksonsound.iot_backoffice_auth.endpoint.UsersController.UpdateUser (implements com.fredriksonsound.iot_backoffice_auth.model.ValidationError.Validatable)
- com.fredriksonsound.iot_backoffice_auth.service.UserService (implements com.fredriksonsound.iot_backoffice_auth.service.IUserService)
- com.fredriksonsound.iot_backoffice_auth.util.UserUtils
Interface Hierarchy
- com.fredriksonsound.iot_backoffice_auth.service.IAuthService
- com.fredriksonsound.iot_backoffice_auth.service.IUserService
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- com.fredriksonsound.iot_backoffice_auth.data.AgencyRepository
- com.fredriksonsound.iot_backoffice_auth.data.TokenRepository
- com.fredriksonsound.iot_backoffice_auth.data.UserRepository
- org.springframework.data.repository.CrudRepository<T,ID>
- com.fredriksonsound.iot_backoffice_auth.web.Response<T>
- com.fredriksonsound.iot_backoffice_auth.model.ValidationError.Validatable
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.fredriksonsound.iot_backoffice_auth.service.ERROR_CODE
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)