Class Hierarchy
- java.lang.Object
- org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
- org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerConfigurer (implements org.springframework.beans.factory.SmartInitializingSingleton)
- org.flasby.security.SocketSecurityConfig
- org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerConfigurer (implements org.springframework.beans.factory.SmartInitializingSingleton)
- org.flasby.security.AssertAuthority
- org.flasby.security.IpAddressAuthProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- org.flasby.security.MyAuthProvider (implements org.springframework.security.authentication.AuthenticationProvider)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.flasby.security.AssertAuthority.AccessDeniedException
- org.springframework.security.core.AuthenticationException
- org.springframework.security.authentication.AccountStatusException
- org.springframework.security.authentication.DisabledException
- org.flasby.security.IpAddressAuthProvider.BannedIpAddressException
- org.springframework.security.authentication.DisabledException
- org.springframework.security.authentication.AccountStatusException
- org.flasby.security.HttpResponseException
- org.flasby.security.AuthException
- org.flasby.security.Auth401Exception
- org.flasby.security.Auth403Exception
- org.flasby.security.AuthException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter (implements org.springframework.security.config.annotation.web.WebSecurityConfigurer<T>)
- org.flasby.security.SecurityConfig<TheUser>
- org.flasby.security.WebSocketConfig (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
- org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer (implements org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer)
Interface Hierarchy
- org.flasby.security.MyAuthProvider.AuthHandler<T>