Uses of Interface
org.apache.syncope.common.lib.auth.AuthModuleConf.Mapper
-
Packages that use AuthModuleConf.Mapper Package Description org.apache.syncope.common.lib.auth org.apache.syncope.wa.bootstrap.mapping -
-
Uses of AuthModuleConf.Mapper in org.apache.syncope.common.lib.auth
Methods in org.apache.syncope.common.lib.auth with parameters of type AuthModuleConf.Mapper Modifier and Type Method Description Map<String,Object>
AppleOIDCAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
AuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
AzureActiveDirectoryAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
AzureOIDCAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
DuoMfaAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
GoogleMfaAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
GoogleOIDCAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
JaasAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
JDBCAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
KeycloakOIDCAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
LDAPAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
OAuth20AuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
OIDCAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
OktaAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
SAML2IdPAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
SimpleMfaAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
SpnegoAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
StaticAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
SyncopeAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
U2FAuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
Map<String,Object>
X509AuthModuleConf. map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
-
Uses of AuthModuleConf.Mapper in org.apache.syncope.wa.bootstrap.mapping
Classes in org.apache.syncope.wa.bootstrap.mapping that implement AuthModuleConf.Mapper Modifier and Type Class Description class
AuthModulePropertySourceMapper
-