| Package | Description |
|---|---|
| org.craftercms.studio.api.v2.service.security | |
| org.craftercms.studio.impl.v2.service.security |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationProvider.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationChain authenticationChain,
String username,
String password)
Execute authentication for given username and password
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LdapAuthenticationProvider.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationChain authenticationChain,
String username,
String password) |
boolean |
HeadersAuthenticationProvider.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationChain authenticationChain,
String username,
String password) |
boolean |
DbAuthenticationProvider.doAuthenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
AuthenticationChain authenticationChain,
String username,
String password) |
Copyright © 2023 CrafterCMS. All rights reserved.