$  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W 

B

B64 - enum entry in pro.fessional.wings.slardar.servlet.cookie.WingsCookieInterceptor.Coder
 
BasicPasswordEncoder - class in pro.fessional.wings.slardar.security.pass
A compromise between BasicAuthentication and DigestAuthentication  to avoid sending plaintext password.
Use the password to md5sum the current timestamp, then send the timestamp and md5sum instead of a password.

Requires the timestamp to be within 3 minutes of the server.

timestamp - form 1970 in ms
password - user password
md5_hash = md5($timestamp + "#" + $password)
token =  $timestamp + "#" + $md5_hash
Authorization:"Basic base64_url_safe($username + ":" + $token)"
beforeRequest(pro.fessional.wings.slardar.servlet.stream.RequestResponseLogging.Conf,pro.fessional.wings.slardar.servlet.stream.ReuseStreamRequestWrapper) - function in pro.fessional.wings.slardar.servlet.stream.AbstractRequestResponseLogging
handle log before doFilter, that do Not run `dispatch`
beforeRequest(pro.fessional.wings.slardar.servlet.stream.RequestResponseLogging.Conf,pro.fessional.wings.slardar.servlet.stream.ReuseStreamRequestWrapper) - function in pro.fessional.wings.slardar.servlet.stream.RequestResponseLogging
handle log before doFilter, that do Not run `dispatch`
blood() - function in pro.fessional.wings.slardar.concur.FirstBlood
The seconds of CAPTCHA or disable the duration.
body() - function in pro.fessional.wings.slardar.concur.Debounce
Whether the combination key contains the md5sum or length of the body.
body() - function in pro.fessional.wings.slardar.httprest.RestTemplateHelper
 
body(org.springframework.http.HttpEntity) - function in pro.fessional.wings.slardar.httprest.RestTemplateHelper
 
bothHeadCookie(jakarta.servlet.http.HttpServletResponse,java.lang.String,java.lang.String,int) - function in pro.fessional.wings.slardar.servlet.response.ResponseHelper
 
build(pro.fessional.wings.slardar.context.TerminalContext.Builder,jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.context.TerminalInterceptor.TerminalBuilder
 
buildAuthType(jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.WingsAuthTypeSource
Build the AuthType from the request
buildAuthType(jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.impl.DefaultWingsAuthTypeSource
Build the AuthType from the request
buildDetails(C) - function in org.springframework.security.authentication.AuthenticationDetailsSource
 
buildDetails(jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.WingsAuthDetailsSource
 
buildDetails(jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.WingsAuthDetailsSource
 
buildDetails(java.lang.Enum,jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.WingsAuthDetailsSource
build details, null if not accept
buildDetails(java.lang.Enum,jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.impl.ComboWingsAuthDetailsSource
build details, null if not accept
buildDetails(java.lang.Enum,jakarta.servlet.http.HttpServletRequest) - function in pro.fessional.wings.slardar.security.impl.ComboWingsAuthDetailsSource.Combo
Return null if not accepted or cant be constructed
$  A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W