Interface AuthModuleConf
-
- All Superinterfaces:
BaseBean,Serializable
- All Known Subinterfaces:
LDAPDependantAuthModuleConf,MFAAuthModuleConf
- All Known Implementing Classes:
AbstractOAuth20AuthModuleConf,AbstractOIDCAuthModuleConf,AppleOIDCAuthModuleConf,AzureActiveDirectoryAuthModuleConf,AzureOIDCAuthModuleConf,DuoMfaAuthModuleConf,GoogleMfaAuthModuleConf,GoogleOIDCAuthModuleConf,JaasAuthModuleConf,JDBCAuthModuleConf,KeycloakOIDCAuthModuleConf,LDAPAuthModuleConf,OAuth20AuthModuleConf,OIDCAuthModuleConf,OktaAuthModuleConf,Pac4jAuthModuleConf,SAML2IdPAuthModuleConf,SimpleMfaAuthModuleConf,SpnegoAuthModuleConf,StaticAuthModuleConf,SyncopeAuthModuleConf,U2FAuthModuleConf,X509AuthModuleConf
public interface AuthModuleConf extends BaseBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAuthModuleConf.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)
-
-