Package com.tp2020.backend.features

Types

AuthenticationFeature
Link copied to clipboard
class AuthenticationFeature(jwtConfiguration: JwtConfigurationModel, cookieConfiguration: CookieConfigurationModel) : Feature
CallLoggingFeature
Link copied to clipboard
class CallLoggingFeature : Feature
ContentNegotiationFeature
Link copied to clipboard
class ContentNegotiationFeature(mapper: ObjectMapper) : Feature
CorsFeature
Link copied to clipboard
class CorsFeature : Feature
Feature
Link copied to clipboard
interface Feature
RoleBasedAuthorizationFeature
Link copied to clipboard
class RoleBasedAuthorizationFeature : Feature
StatusPagesFeature
Link copied to clipboard
class StatusPagesFeature : Feature
WebSocketsFeature
Link copied to clipboard
class WebSocketsFeature : Feature
XForwardedHeaderSupportFeature
Link copied to clipboard
class XForwardedHeaderSupportFeature : Feature