A B C D E F G H I L M O P R S T U V W 
All Classes All Packages

A

About() - Constructor for class org.flasby.christmas.Config.About
 
AccessDeniedException(String) - Constructor for exception org.flasby.security.AssertAuthority.AccessDeniedException
 
AccessDeniedException(String, Throwable) - Constructor for exception org.flasby.security.AssertAuthority.AccessDeniedException
 
admin(Model) - Method in class org.flasby.christmas.ViewController
 
ADMIN - org.flasby.entity.Authority
 
ADMIN - org.flasby.entity.Role
 
ADMIN_PAGE - Static variable in class org.flasby.christmas.ViewController
 
App - Class in org.flasby.christmas
 
App() - Constructor for class org.flasby.christmas.App
 
App() - Constructor for class org.flasby.christmas.Config.App
 
askFor(String, Principal) - Method in class org.flasby.ws.WsController
 
AssertAuthority - Class in org.flasby.security
 
AssertAuthority() - Constructor for class org.flasby.security.AssertAuthority
 
AssertAuthority.AccessDeniedException - Exception in org.flasby.security
 
Auth401Exception - Exception in org.flasby.security
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
Auth401Exception() - Constructor for exception org.flasby.security.Auth401Exception
 
Auth401Exception(Throwable) - Constructor for exception org.flasby.security.Auth401Exception
 
Auth403Exception - Exception in org.flasby.security
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.
Auth403Exception() - Constructor for exception org.flasby.security.Auth403Exception
 
Auth403Exception(Throwable) - Constructor for exception org.flasby.security.Auth403Exception
 
authenticate(Authentication) - Method in class org.flasby.security.IpAddressAuthProvider
Invokes the IP Block checks
authenticate(Authentication) - Method in class org.flasby.security.MyAuthProvider
checks the userId and password.
AuthException - Exception in org.flasby.security
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.
AuthException(int) - Constructor for exception org.flasby.security.AuthException
 
AuthException(int, Throwable) - Constructor for exception org.flasby.security.AuthException
 
Authority - Enum in org.flasby.entity
 

B

BannedIp - Class in org.flasby.entity
 
BannedIp() - Constructor for class org.flasby.entity.BannedIp
 
BannedIpRepository - Interface in org.flasby.entity.repository
 
buildDetails(HttpServletRequest) - Method in class org.flasby.security.servlet.ServletAuthenticationDetailsSource
 

C

ChristmasUser - Class in org.flasby.entity
 
ChristmasUser(String, String, String, Authority...) - Constructor for class org.flasby.entity.ChristmasUser
 
claim(WsController.RowId, Principal) - Method in class org.flasby.ws.WsController
 
Config - Class in org.flasby.christmas
 
Config() - Constructor for class org.flasby.christmas.Config
 
Config.About - Class in org.flasby.christmas
 
Config.App - Class in org.flasby.christmas
 
Config.Login - Class in org.flasby.christmas
 
Config.Run - Class in org.flasby.christmas
 
configureMessageBroker(MessageBrokerRegistry) - Method in class org.flasby.security.WebSocketConfig
 
createUsers() - Static method in class org.flasby.christmas.data.DatabaseLoader
 

D

DatabaseLoader - Class in org.flasby.christmas.data
 
DatabaseLoader() - Constructor for class org.flasby.christmas.data.DatabaseLoader
 

E

error() - Method in class org.flasby.christmas.ViewController
 
ErrorResponse - Class in org.flasby.security.servlet
 
ErrorResponse() - Constructor for class org.flasby.security.servlet.ErrorResponse
 
ErrorResponse(HttpStatus, String) - Constructor for class org.flasby.security.servlet.ErrorResponse
 
ErrorResponse(HttpStatus, String, String) - Constructor for class org.flasby.security.servlet.ErrorResponse
 
ErrorResponse(HttpStatus, String, String, Object) - Constructor for class org.flasby.security.servlet.ErrorResponse
 

F

findByName(String) - Method in interface org.flasby.entity.repository.UserRepository
 
findByRoles(Authority) - Method in interface org.flasby.entity.repository.UserRepository
 
forgotPassword() - Method in class org.flasby.christmas.ViewController
 

G

getAbout() - Method in class org.flasby.christmas.Config
 
getApp() - Method in class org.flasby.christmas.Config
 
getAuthority() - Method in enum org.flasby.entity.Authority
 
getAuthority() - Method in enum org.flasby.entity.Role
 
getAuths() - Method in class org.flasby.ws.WsController.UserInfo
 
getLogin() - Method in class org.flasby.christmas.Config
 
getMyClaims(String) - Method in interface org.flasby.entity.repository.PresentsRepository
 
getMyRequests(String) - Method in interface org.flasby.entity.repository.PresentsRepository
 
getName() - Method in class org.flasby.ws.WsController.UserInfo
 
getParams() - Method in class org.flasby.christmas.Config.Run
 
getRate() - Method in class org.flasby.christmas.Config.Run
 
getRequestsExceptMine(String) - Method in interface org.flasby.entity.repository.PresentsRepository
 
getRole() - Method in enum org.flasby.entity.Authority
 
getRole() - Method in enum org.flasby.entity.Role
 
getRunners() - Method in class org.flasby.christmas.Config.Run
 

H

handle(T) - Method in interface org.flasby.security.MyAuthProvider.AuthHandler
 
handleResponse(String[], String) - Method in class org.flasby.christmas.monitor.SimpleHttpTicker
 
httpPing() - Method in class org.flasby.christmas.ViewController
 
HttpResponseException - Exception in org.flasby.security
Used to map all HTTP Exceptions.
HttpResponseException(int) - Constructor for exception org.flasby.security.HttpResponseException
 
HttpResponseException(int, Throwable) - Constructor for exception org.flasby.security.HttpResponseException
 
HttpResponseException(String) - Constructor for exception org.flasby.security.HttpResponseException
 
HttpResponseException(String, Throwable) - Constructor for exception org.flasby.security.HttpResponseException
 

I

in(Authority...) - Static method in class org.flasby.security.AssertAuthority
 
index() - Method in class org.flasby.christmas.ViewController
 
IpAddressAuthProvider - Class in org.flasby.security
 
IpAddressAuthProvider(BannedIpRepository) - Constructor for class org.flasby.security.IpAddressAuthProvider
 
IpAddressAuthProvider.BannedIpAddressException - Exception in org.flasby.security
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.

L

log(String) - Method in class org.flasby.ws.WsController
 
loggedOut() - Method in class org.flasby.christmas.ViewController
 
login() - Method in class org.flasby.christmas.ViewController
 
Login() - Constructor for class org.flasby.christmas.Config.Login
 
loginX() - Method in class org.flasby.christmas.ViewController
 

M

main(String[]) - Static method in class org.flasby.christmas.App
 
MyAuthProvider - Class in org.flasby.security
 
MyAuthProvider(UserRepository<ChristmasUser>) - Constructor for class org.flasby.security.MyAuthProvider
 
MyAuthProvider.AuthHandler<T extends org.springframework.security.core.Authentication> - Interface in org.flasby.security
 

O

onConnectEvent(SessionConnectEvent) - Method in class org.flasby.ws.WsController
 
onDisconnectEvent(SessionDisconnectEvent) - Method in class org.flasby.ws.WsController
 
org.flasby.christmas - package org.flasby.christmas
 
org.flasby.christmas.data - package org.flasby.christmas.data
 
org.flasby.christmas.monitor - package org.flasby.christmas.monitor
 
org.flasby.entity - package org.flasby.entity
 
org.flasby.entity.repository - package org.flasby.entity.repository
 
org.flasby.security - package org.flasby.security
 
org.flasby.security.servlet - package org.flasby.security.servlet
 
org.flasby.ws - package org.flasby.ws
 

P

ping(WsController.Ping) - Method in class org.flasby.ws.WsController
 
PollException(String) - Constructor for exception org.flasby.christmas.monitor.PollingRunner.PollException
 
PollException(String, Exception) - Constructor for exception org.flasby.christmas.monitor.PollingRunner.PollException
 
PollingRunner - Interface in org.flasby.christmas.monitor
used to fetch data which is not pushed into the system.
PollingRunner.PollException - Exception in org.flasby.christmas.monitor
 
Pong() - Constructor for class org.flasby.ws.WsController.Pong
 
Present - Class in org.flasby.entity
 
Present(String, String) - Constructor for class org.flasby.entity.Present
 
Present(String, String, String) - Constructor for class org.flasby.entity.Present
 
PresentsRepository - Interface in org.flasby.entity.repository
 
pushDataEverywhere(String, String) - Method in class org.flasby.ws.WsController
 

R

RawMeasurement() - Constructor for class org.flasby.christmas.monitor.RawMeasurements.RawMeasurement
 
RawMeasurements - Class in org.flasby.christmas.monitor
 
RawMeasurements() - Constructor for class org.flasby.christmas.monitor.RawMeasurements
 
RawMeasurements.RawMeasurement - Class in org.flasby.christmas.monitor
 
registerStompEndpoints(StompEndpointRegistry) - Method in class org.flasby.security.WebSocketConfig
 
resetPassword(String) - Method in class org.flasby.christmas.ViewController
 
Role - Enum in org.flasby.entity
 
run(String...) - Method in class org.flasby.christmas.data.DatabaseLoader
 
run(String[]) - Method in interface org.flasby.christmas.monitor.PollingRunner
 
run(String[]) - Method in class org.flasby.christmas.monitor.SimpleHttpTicker
 
Run(Integer, Map<Integer, Class<? extends PollingRunner>>, Map<Integer, String[]>) - Constructor for class org.flasby.christmas.Config.Run
 

S

SecurityConfig<TheUser extends org.flasby.entity.Users<Authority>> - Class in org.flasby.security
 
SecurityConfig() - Constructor for class org.flasby.security.SecurityConfig
 
sendErrorTo(String, Principal) - Method in class org.flasby.ws.WsController
 
ServletAuthenticationDetails - Class in org.flasby.security.servlet
 
ServletAuthenticationDetails(HttpServletRequest) - Constructor for class org.flasby.security.servlet.ServletAuthenticationDetails
 
ServletAuthenticationDetailsSource - Class in org.flasby.security.servlet
 
ServletAuthenticationDetailsSource() - Constructor for class org.flasby.security.servlet.ServletAuthenticationDetailsSource
 
setAbout(Config.About) - Method in class org.flasby.christmas.Config
 
setApp(Config.App) - Method in class org.flasby.christmas.Config
 
setLogin(Config.Login) - Method in class org.flasby.christmas.Config
 
setParams(Map<Integer, String[]>) - Method in class org.flasby.christmas.Config.Run
 
setRate(Integer) - Method in class org.flasby.christmas.Config.Run
 
setRunners(Map<Integer, Class<? extends PollingRunner>>) - Method in class org.flasby.christmas.Config.Run
 
setUrl(String) - Method in class org.flasby.christmas.Config.About
 
setWibble(String) - Method in class org.flasby.christmas.Config.About
 
shoppingList(String) - Method in class org.flasby.christmas.ViewController
 
SimpleHttpTicker - Class in org.flasby.christmas.monitor
 
SimpleHttpTicker() - Constructor for class org.flasby.christmas.monitor.SimpleHttpTicker
 
SocketSecurityConfig - Class in org.flasby.security
 
SocketSecurityConfig() - Constructor for class org.flasby.security.SocketSecurityConfig
 
subscribe(Principal) - Method in class org.flasby.ws.WsController
 
supports(Class<?>) - Method in class org.flasby.security.IpAddressAuthProvider
 
supports(Class<?>) - Method in class org.flasby.security.MyAuthProvider
 

T

time - Variable in class org.flasby.christmas.monitor.RawMeasurements
 
toString() - Method in enum org.flasby.entity.Authority
 
toString() - Method in enum org.flasby.entity.Role
 
toString() - Method in class org.flasby.security.servlet.ServletAuthenticationDetails
 

U

unclaim(WsController.RowId, Principal) - Method in class org.flasby.ws.WsController
 
USER - org.flasby.entity.Authority
 
USER - org.flasby.entity.Role
 
UserInfo(String, Collection<? extends GrantedAuthority>) - Constructor for class org.flasby.ws.WsController.UserInfo
 
UserRepository<TheUser extends org.flasby.entity.Users<Authority>> - Interface in org.flasby.entity.repository
 

V

valueOf(String) - Static method in enum org.flasby.entity.Authority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.flasby.entity.Role
Returns the enum constant of this type with the specified name.
values - Variable in class org.flasby.christmas.monitor.RawMeasurements
 
values() - Static method in enum org.flasby.entity.Authority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.flasby.entity.Role
Returns an array containing the constants of this enum type, in the order they are declared.
ViewController - Class in org.flasby.christmas
 
ViewController() - Constructor for class org.flasby.christmas.ViewController
 

W

WebSocketConfig - Class in org.flasby.security
 
WebSocketConfig() - Constructor for class org.flasby.security.WebSocketConfig
 
whoAmI(Principal) - Method in class org.flasby.ws.WsController
 
WsController - Class in org.flasby.ws
 
WsController() - Constructor for class org.flasby.ws.WsController
 
WsController.Ping - Class in org.flasby.ws
 
WsController.Pong - Class in org.flasby.ws
 
WsController.PresentData - Class in org.flasby.ws
 
WsController.RowId - Class in org.flasby.ws
 
WsController.UserInfo - Class in org.flasby.ws
 
A B C D E F G H I L M O P R S T U V W 
All Classes All Packages