Interface AuthModuleConf
-
- All Superinterfaces:
BaseBean
,Serializable
- All Known Subinterfaces:
MFAAuthModuleConf
- All Known Implementing Classes:
AbstractOAuth20AuthModuleConf
,AbstractOIDCAuthModuleConf
,AzureAuthModuleConf
,DuoMfaAuthModuleConf
,GoogleMfaAuthModuleConf
,JaasAuthModuleConf
,JDBCAuthModuleConf
,LDAPAuthModuleConf
,OAuth20AuthModuleConf
,OIDCAuthModuleConf
,Pac4jAuthModuleConf
,SAML2IdPAuthModuleConf
,SimpleMfaAuthModuleConf
,StaticAuthModuleConf
,SyncopeAuthModuleConf
,U2FAuthModuleConf
public interface AuthModuleConf extends BaseBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AuthModuleConf.Mapper
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
-
-
-
Method Detail
-
map
Map<String,Object> map(AuthModuleTO authModule, AuthModuleConf.Mapper mapper)
-
-