程序包 | 说明 |
---|---|
com.fr.fs | |
com.fr.fs.auth |
限定符和类型 | 方法和说明 |
---|---|
AuthenticateObjectType |
FSConfigProvider.getAuthenticateObjectType() |
AuthenticateObjectType |
FSConfig.getAuthenticateObjectType()
获取认证类型
|
限定符和类型 | 方法和说明 |
---|---|
void |
FSConfigProvider.setAuthenticateObjectType(AuthenticateObjectType authenticateObjectType) |
void |
FSConfig.setAuthenticateObjectType(AuthenticateObjectType authenticateObjectType)
设置认证类型
|
限定符和类型 | 类和说明 |
---|---|
class |
DefaultAuthenticateObjectType |
class |
HttpAuthenticateObjectType |
class |
LdapAuthenticateObjectType |
限定符和类型 | 方法和说明 |
---|---|
static AuthenticateObjectType |
AuthenticateObjectTypeBuilder.build(java.lang.String type)
根据类型生成认证对象
|
限定符和类型 | 方法和说明 |
---|---|
static void |
AuthenticateObjectTypeBuilder.register(java.lang.String type,
java.lang.Class<? extends AuthenticateObjectType> clazz)
添加一个新类型的认证方式
|