public interface AuthenticationProvider extends XMLable
限定符和类型 | 字段和说明 |
---|---|
static java.lang.String |
XML_TAG |
限定符和类型 | 方法和说明 |
---|---|
boolean |
authenticate(Authentication authentication)
验证用户是否通过验证
|
boolean |
isDetailAuthority()
是否是详细权限配置
|
Authority[] |
listAuthorities()
所有角色
|
int |
uType()
标示认证方式的类型
|
readXML
clone
static final java.lang.String XML_TAG
boolean authenticate(Authentication authentication) throws java.lang.Exception
authentication
- 包含用户信息的认证对象java.lang.Exception
- 认证失败Authority[] listAuthorities() throws java.lang.Exception
java.lang.Exception
- 可能抛出数据集为空的异常int uType()
boolean isDetailAuthority()