Package org.flasby.security
-
Interface Summary Interface Description MyAuthProvider.AuthHandler<T extends org.springframework.security.core.Authentication> -
Class Summary Class Description AssertAuthority IpAddressAuthProvider MyAuthProvider SecurityConfig<TheUser extends org.flasby.entity.Users<Authority>> SocketSecurityConfig WebSocketConfig -
Exception Summary Exception Description AssertAuthority.AccessDeniedException Auth401Exception The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.Auth403Exception The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials were provided in the request, the server considers them insufficient to grant access.AuthException The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.HttpResponseException Used to map all HTTP Exceptions.IpAddressAuthProvider.BannedIpAddressException annoyingly, the Spring Auth Manager keeps iterating through its list of Auth Providers if one throws an exception unless it's a subclass of AccountStatusException.