Class Hierarchy
- java.lang.Object
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- org.springframework.security.authentication.dao.AbstractUserDetailsAuthenticationProvider (implements org.springframework.security.authentication.AuthenticationProvider, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware)
- restapi.utils.config.ApplicationConfig
- restapi.utils.websocket.AuthChannelInterceptorAdapter (implements org.springframework.messaging.support.ChannelInterceptor)
- restapi.BackEndApplication
- restapi.json.ContactDTO (implements restapi.json.RestResponse)
- restapi.ContactEndpointTest
- restapi.ContactEndpointTest.Contact
- restapi.crud.ContactEntity
- restapi.controllers.ContactPreferencesController
- restapi.crud.ContactPreferencesEntity
- restapi.services.ContactPreferencesService
- restapi.controllers.ContactsController
- restapi.services.ContactService
- restapi.utils.services.date.DateServiceConfig
- restapi.services.FirebaseService
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, javax.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter (implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.context.MessageSourceAware)
- org.springframework.web.filter.OncePerRequestFilter
- org.springframework.web.filter.CorsFilter
- restapi.Greeting
- restapi.GreetingController
- restapi.GreetingTest
- restapi.utils.services.date.JodaDateService (implements restapi.utils.services.date.DateService)
- restapi.utils.security.token.JWTTokenService (implements io.jsonwebtoken.Clock, restapi.utils.security.token.TokenService)
- restapi.controllers.LocationController
- restapi.location.LocationDTO
- restapi.crud.LocationEntity
- restapi.location.LocationMatch (implements restapi.json.RestResponse)
- restapi.services.LocationService
- restapi.junit.LocationTest
- restapi.utils.security.auth.LoggedUser (implements org.springframework.security.core.userdetails.UserDetails)
- restapi.controllers.MatchController
- restapi.MatchEndpointTest
- restapi.MatchEndpointTest.Matches
- restapi.crud.MatchEntity
- restapi.controllers.MatchRequestController
- restapi.json.MatchRequestDTO (implements restapi.json.RestResponse)
- restapi.crud.MatchRequestEntity
- restapi.services.MatchRequestService
- restapi.services.MatchService
- restapi.utils.security.config.NoRedirectStrategy (implements org.springframework.security.web.RedirectStrategy)
- restapi.utils.services.phone.PhoneNumberService
- restapi.junit.PhoneNumberTest
- restapi.controllers.RequestController
- restapi.json.RequestDTO (implements restapi.json.RestResponse)
- restapi.RequestEndpointTest
- restapi.crud.RequestEntity
- restapi.services.RequestService
- restapi.json.RestMessage (implements restapi.json.RestResponse)
- restapi.utils.swagger.SwaggerActiveMatches
- restapi.utils.swagger.SwaggerContact
- restapi.utils.swagger.SwaggerContacts
- restapi.utils.swagger.SwaggerFriendshipRequest
- restapi.utils.swagger.SwaggerFriendshipRequests
- restapi.utils.swagger.SwaggerMatchRequestActive
- restapi.utils.swagger.SwaggerMatchUnrequested
- restapi.utils.swagger.SwaggerUser
- restapi.utils.swagger.SwaggerUsers
- java.lang.Throwable (implements java.io.Serializable)
- restapi.json.Token (implements restapi.json.RestResponse)
- restapi.utils.security.auth.TokenAuthenticationService (implements restapi.utils.security.auth.UserAuthenticationService)
- restapi.json.UserDTO (implements restapi.json.RestResponse)
- restapi.crud.UserEntity
- restapi.UserPublicEndpointTest
- restapi.controllers.UsersControllerPublic
- restapi.controllers.UsersControllerSecured
- restapi.UserSecuredEndpointTest
- restapi.services.UserService
- restapi.services.UserSessionService
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- restapi.utils.websocket.WebSocketAuthenticatorService
- restapi.utils.websocket.WebSocketConfig (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
Interface Hierarchy
- restapi.utils.services.date.DateService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- org.springframework.data.repository.PagingAndSortingRepository<T,ID>
- org.springframework.data.jpa.repository.JpaRepository<T,ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)
- restapi.json.RestResponse
- restapi.utils.security.token.TokenService
- restapi.utils.security.auth.UserAuthenticationService