Interface AuthModuleConf.Mapper
-
- All Known Implementing Classes:
AuthModulePropertySourceMapper
- Enclosing interface:
- AuthModuleConf
public static interface AuthModuleConf.Mapper
-
-
Method Summary
-
-
-
Method Detail
-
map
Map<String,Object> map(AuthModuleTO authModule, StaticAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, LDAPAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, JDBCAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, JaasAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, OAuth20AuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, OIDCAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, AzureOIDCAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, GoogleOIDCAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, KeycloakOIDCAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, AppleOIDCAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, SAML2IdPAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, SyncopeAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, AzureActiveDirectoryAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, X509AuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, GoogleMfaAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, DuoMfaAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, U2FAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, SimpleMfaAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, SpnegoAuthModuleConf conf)
-
map
Map<String,Object> map(AuthModuleTO authModule, OktaAuthModuleConf conf)
-
-