JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
H
I
L
O
P
R
S
T
U
A
AuthenticationAbstract
<
U
> - Class in
org.bardframework.commons.security.token
Contains information about authentication.
AuthenticationAbstract()
- Constructor for class org.bardframework.commons.security.token.
AuthenticationAbstract
AuthenticationAbstract(U)
- Constructor for class org.bardframework.commons.security.token.
AuthenticationAbstract
C
cleanTempFolder()
- Method in class org.bardframework.commons.security.token.manager.
InMemoryTokenManager
clean expired tokens
clearSecurityContext(HttpServletRequest, HttpServletResponse)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
clearSecurityContext(HttpServletRequest, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
CookieSecurityContextManagerAbstract
<
A
extends
AuthenticationAbstract
<
U
>,
U
> - Class in
org.bardframework.commons.security.context
CookieSecurityContextManagerAbstract(TokenManager<A>)
- Constructor for class org.bardframework.commons.security.context.
CookieSecurityContextManagerAbstract
created
- Variable in class org.bardframework.commons.security.token.
AuthenticationAbstract
D
deleteTicket(HttpServletRequest, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
CookieSecurityContextManagerAbstract
deleteTicket(HttpServletRequest, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
HeaderSecurityContextManagerAbstract
deleteTicket(HttpServletRequest, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
RequestSecurityContextManagerAbstract
deleteTicket(HttpServletRequest, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
doFilter(ServletRequest, ServletResponse, FilterChain)
- Method in class org.bardframework.commons.security.filter.
SecurityContextFilter
G
get(String)
- Method in class org.bardframework.commons.security.token.manager.
InMemoryTokenManager
get(String)
- Method in interface org.bardframework.commons.security.token.manager.
TokenManager
Returns user details for a token.
getAuthentication(HttpServletRequest)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
getAuthentication(HttpServletRequest)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
getCreated()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
getCredentials()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
getDetails()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
getName()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
getPrincipal()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
getToken(HttpServletRequest)
- Method in class org.bardframework.commons.security.context.
CookieSecurityContextManagerAbstract
getToken(HttpServletRequest)
- Method in class org.bardframework.commons.security.context.
HeaderSecurityContextManagerAbstract
getToken(HttpServletRequest)
- Method in class org.bardframework.commons.security.context.
RequestSecurityContextManagerAbstract
getToken(HttpServletRequest)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
getUser(HttpServletRequest)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
getUser(HttpServletRequest)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
getUser()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
H
HeaderSecurityContextManagerAbstract
<
A
extends
AuthenticationAbstract
<
U
>,
U
> - Class in
org.bardframework.commons.security.context
HeaderSecurityContextManagerAbstract(TokenManager<A>)
- Constructor for class org.bardframework.commons.security.context.
HeaderSecurityContextManagerAbstract
I
InMemoryTokenManager
<
T
extends
Token
> - Class in
org.bardframework.commons.security.token.manager
Implements simple token manager, that keeps a single token for each user.
InMemoryTokenManager()
- Constructor for class org.bardframework.commons.security.token.manager.
InMemoryTokenManager
isAuthenticated()
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
isExpired(long)
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
isExpired(long)
- Method in interface org.bardframework.commons.security.token.manager.
Token
L
LOGGER
- Variable in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
O
org.bardframework.commons.security.context
- package org.bardframework.commons.security.context
org.bardframework.commons.security.filter
- package org.bardframework.commons.security.filter
org.bardframework.commons.security.token
- package org.bardframework.commons.security.token
org.bardframework.commons.security.token.manager
- package org.bardframework.commons.security.token.manager
P
put(T)
- Method in class org.bardframework.commons.security.token.manager.
InMemoryTokenManager
put(T)
- Method in interface org.bardframework.commons.security.token.manager.
TokenManager
Creates a new token for the user and returns it.
putAuthentication(A, HttpServletResponse)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
putAuthentication(A, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
used in login filter
R
remove(String)
- Method in class org.bardframework.commons.security.token.manager.
InMemoryTokenManager
remove(String)
- Method in interface org.bardframework.commons.security.token.manager.
TokenManager
Removes a single token.
RequestSecurityContextManagerAbstract
<
A
extends
AuthenticationAbstract
<
U
>,
U
> - Class in
org.bardframework.commons.security.context
RequestSecurityContextManagerAbstract(TokenManager<A>)
- Constructor for class org.bardframework.commons.security.context.
RequestSecurityContextManagerAbstract
S
SecurityContextFilter
<
T
extends
AuthenticationAbstract
<?>> - Class in
org.bardframework.commons.security.filter
Created by vahid (va.zafari@gmail.com) on 12/19/17.
SecurityContextFilter(SecurityContextManager<T, ?>)
- Constructor for class org.bardframework.commons.security.filter.
SecurityContextFilter
SecurityContextManager
<
A
extends
AuthenticationAbstract
<
U
>,
U
> - Interface in
org.bardframework.commons.security.context
SecurityContextManagerAbstract
<
A
extends
AuthenticationAbstract
<
U
>,
U
> - Class in
org.bardframework.commons.security.context
SecurityContextManagerAbstract(TokenManager<A>)
- Constructor for class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
setAuthenticated(boolean)
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
setCreated(long)
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
setSecurityContext(HttpServletRequest, HttpServletResponse)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
setSecurityContext(HttpServletRequest, HttpServletResponse)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
used in security context filter
setToken(HttpServletResponse, String)
- Method in class org.bardframework.commons.security.context.
CookieSecurityContextManagerAbstract
setToken(HttpServletResponse, String)
- Method in class org.bardframework.commons.security.context.
HeaderSecurityContextManagerAbstract
setToken(HttpServletResponse, String)
- Method in class org.bardframework.commons.security.context.
RequestSecurityContextManagerAbstract
setToken(HttpServletResponse, String)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
setTokenExpirationMills(long)
- Method in class org.bardframework.commons.security.token.manager.
InMemoryTokenManager
setTokenName(String)
- Method in interface org.bardframework.commons.security.context.
SecurityContextManager
setTokenName(String)
- Method in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
setUser(U)
- Method in class org.bardframework.commons.security.token.
AuthenticationAbstract
T
Token
- Interface in
org.bardframework.commons.security.token.manager
tokenManager
- Variable in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
TokenManager
<
T
> - Interface in
org.bardframework.commons.security.token.manager
Manages tokens so we can implement and plug various policies.
tokenName
- Variable in class org.bardframework.commons.security.context.
SecurityContextManagerAbstract
U
user
- Variable in class org.bardframework.commons.security.token.
AuthenticationAbstract
A
C
D
G
H
I
L
O
P
R
S
T
U
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020. All rights reserved.