| 构造器和说明 |
|---|
ChartSessionIDInfor(java.lang.String remoteAddress,
ChartBook chartBook,
java.lang.String path,
java.util.Map parameterMap4Execute,
Authentication currentAuthentication) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
LdapAuthenticateObjectType.authentication(Authentication authentication) |
boolean |
HttpAuthenticateObjectType.authentication(Authentication authentication) |
boolean |
DefaultAuthenticateObjectType.authentication(Authentication authentication) |
boolean |
AuthenticateObjectType.authentication(Authentication authentication) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractFSAuthentication |
class |
FSAuthentication |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
UserNamePassWordFSAuthenticationProvider.authenticate(Authentication authentication)
验证登录
|
boolean |
LdapAuthenticationProvider.ldapAuthentication(Authentication authentication)
ldap的方式验证平台登录的用户名和密码是否正确
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DaoFSAuthentication |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract PrivilegeVote |
SimpleControl.access(Authentication authentication) |
PrivilegeVote |
PermissionControl.access(Authentication authentication) |
PrivilegeVote |
PermissionAndAuthorityControl.access(Authentication authentication) |
PrivilegeVote |
NoControl.access(Authentication authentication) |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.String[] |
PrivilegeManager.getRoleFromAuthentication(Authentication currentAuthentication) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CommonAuthentication |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractAuthentication |
class |
AbstractCommonAuthentication |
class |
FreeAuthentication |
class |
RoleAuthentication
角色认证信息
|
class |
UsernamePasswordAuthentication |
| 限定符和类型 | 方法和说明 |
|---|---|
static Authentication |
AuthenticationFactory.exAuth4CommonAccess(javax.servlet.http.HttpServletRequest req)
从session里面取得通用权限的认证
|
static Authentication |
AuthenticationFactory.extractAuthentication(javax.servlet.http.HttpServletRequest req,
java.lang.String auth_key) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
NoAuthenticationProvider.authenticate(Authentication authentication)
验证用户是否通过验证
|
boolean |
HttpAuthenticationProvider.authenticate(Authentication authentication)
HTTP认证
|
boolean |
AuthenticationProvider.authenticate(Authentication authentication)
验证用户是否通过验证
|
void |
AbstractAuthenticationProvider.isRootManager(Authentication authentication)
是否是管理员
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
DaoAuthenticationProvider.authenticate(Authentication authentication)
已过时。
验证用户是否通过验证
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
LDAPAuthenticationProvider.authenticate(Authentication authentication)
验证用户是否通过验证
|