|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServerAuthException 的软件包 | |
|---|---|
| org.eclipse.jetty.security | |
| org.eclipse.jetty.security.authentication | |
| org.eclipse.jetty.security.jaspi | |
| org.eclipse.jetty.security 中 ServerAuthException 的使用 |
|---|
| 抛出 ServerAuthException 的 org.eclipse.jetty.security 中的方法 | |
|---|---|
boolean |
Authenticator.secureResponse(ServletRequest request,
ServletResponse response,
boolean mandatory,
Authentication.User validatedUser)
|
Authentication |
Authenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory)
Validate a response |
| org.eclipse.jetty.security.authentication 中 ServerAuthException 的使用 |
|---|
| 抛出 ServerAuthException 的 org.eclipse.jetty.security.authentication 中的方法 | |
|---|---|
boolean |
SpnegoAuthenticator.secureResponse(ServletRequest request,
ServletResponse response,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
FormAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
DigestAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
ClientCertAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
boolean |
BasicAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
Authentication |
SpnegoAuthenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory)
|
Authentication |
FormAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
Authentication |
DigestAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
Authentication |
ClientCertAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
Authentication |
BasicAuthenticator.validateRequest(ServletRequest req,
ServletResponse res,
boolean mandatory)
|
| org.eclipse.jetty.security.jaspi 中 ServerAuthException 的使用 |
|---|
| 抛出 ServerAuthException 的 org.eclipse.jetty.security.jaspi 中的方法 | |
|---|---|
boolean |
JaspiAuthenticator.secureResponse(JaspiMessageInfo messageInfo,
Authentication validatedUser)
|
boolean |
JaspiAuthenticator.secureResponse(ServletRequest req,
ServletResponse res,
boolean mandatory,
Authentication.User validatedUser)
|
Authentication |
JaspiAuthenticator.validateRequest(JaspiMessageInfo messageInfo)
|
Authentication |
JaspiAuthenticator.validateRequest(ServletRequest request,
ServletResponse response,
boolean mandatory)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||