com.bstek.dorado.console.authentication
public class ForbiddenAuthenticationManager extends java.lang.Object implements AuthenticationManager
| Constructor and Description |
|---|
ForbiddenAuthenticationManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(java.lang.String name,
java.lang.String password)
验证用户名密码是否正确
|
boolean |
isAuthenticated(javax.servlet.http.HttpServletRequest request)
获得认证状态
|
public boolean authenticate(java.lang.String name,
java.lang.String password)
AuthenticationManagerauthenticate in interface AuthenticationManagerpublic boolean isAuthenticated(javax.servlet.http.HttpServletRequest request)
AuthenticationManagerisAuthenticated in interface AuthenticationManagerCopyright © 2001-2011 www.BSTEK.com All Rights Reserved.