JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
D
G
H
M
S
U
B
BasicAuthentation
- Class in
de.yourinspiration.jexpresso.basicauth
A middleware for JExpresso providing HTTP Basic Authentication.
BasicAuthentation(UserDetailsService, PasswordEncoder)
- Constructor for class de.yourinspiration.jexpresso.basicauth.
BasicAuthentation
Constructs a new HTTP Basic Authentiation middleware.
D
de.yourinspiration.jexpresso.basicauth
- package de.yourinspiration.jexpresso.basicauth
G
getAuthorities()
- Method in class de.yourinspiration.jexpresso.basicauth.
SecurityRoute
Get the authorities
getMethods()
- Method in class de.yourinspiration.jexpresso.basicauth.
SecurityRoute
Get the HTTP methods to be secured.
getPath()
- Method in class de.yourinspiration.jexpresso.basicauth.
SecurityRoute
Get the secured path.
H
handle(Request, Response, Next)
- Method in class de.yourinspiration.jexpresso.basicauth.
BasicAuthentation
M
matchesPathAndMethod(String, HttpMethod)
- Method in class de.yourinspiration.jexpresso.basicauth.
SecurityRoute
Check if the provided path and HTTP method match the secured path and methods.
S
securePath(String, String, HttpMethod...)
- Method in class de.yourinspiration.jexpresso.basicauth.
BasicAuthentation
Provide HTTP Basic Authentication for the given path and methods.
SecurityRoute
- Class in
de.yourinspiration.jexpresso.basicauth
This class holds the data for secured routes.
SecurityRoute(String, String, HttpMethod[])
- Constructor for class de.yourinspiration.jexpresso.basicauth.
SecurityRoute
Constructs a new security route object.
U
USER_DETAILS_ATTR
- Static variable in class de.yourinspiration.jexpresso.basicauth.
BasicAuthentation
B
D
G
H
M
S
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2014
Yourinspiration
. All rights reserved.