Interface AuthModuleConf
-
- All Superinterfaces:
BaseBean
,Serializable
- All Known Subinterfaces:
LDAPDependantAuthModuleConf
,MFAAuthModuleConf
- All Known Implementing Classes:
AbstractOAuth20AuthModuleConf
,AbstractOIDCAuthModuleConf
,AppleOIDCAuthModuleConf
,AzureOIDCAuthModuleConf
,DuoMfaAuthModuleConf
,GoogleMfaAuthModuleConf
,GoogleOIDCAuthModuleConf
,JaasAuthModuleConf
,JDBCAuthModuleConf
,KeycloakOIDCAuthModuleConf
,LDAPAuthModuleConf
,OAuth20AuthModuleConf
,OIDCAuthModuleConf
,Pac4jAuthModuleConf
,SAML2IdPAuthModuleConf
,SimpleMfaAuthModuleConf
,SpnegoAuthModuleConf
,StaticAuthModuleConf
,SyncopeAuthModuleConf
,U2FAuthModuleConf
,X509AuthModuleConf
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)
-
-