Uses of Interface
org.apache.syncope.common.lib.auth.AuthModuleConf
-
-
Uses of AuthModuleConf in org.apache.syncope.client.console.wizards
Fields in org.apache.syncope.client.console.wizards with type parameters of type AuthModuleConf Modifier and Type Field Description protected Model<Class<? extends AuthModuleConf>>AuthModuleWizardBuilder. authModuleConfClass -
Uses of AuthModuleConf in org.apache.syncope.common.lib.auth
Subinterfaces of AuthModuleConf in org.apache.syncope.common.lib.auth Modifier and Type Interface Description interfaceLDAPDependantAuthModuleConfinterfaceMFAAuthModuleConfClasses in org.apache.syncope.common.lib.auth that implement AuthModuleConf Modifier and Type Class Description classAbstractOAuth20AuthModuleConfclassAbstractOIDCAuthModuleConfclassAppleOIDCAuthModuleConfclassAzureActiveDirectoryAuthModuleConfclassAzureOIDCAuthModuleConfclassDuoMfaAuthModuleConfclassGoogleMfaAuthModuleConfclassGoogleOIDCAuthModuleConfclassJaasAuthModuleConfclassJDBCAuthModuleConfclassKeycloakOIDCAuthModuleConfclassLDAPAuthModuleConfclassOAuth20AuthModuleConfclassOIDCAuthModuleConfclassOktaAuthModuleConfclassPac4jAuthModuleConfclassSAML2IdPAuthModuleConfclassSimpleMfaAuthModuleConfclassSpnegoAuthModuleConfSPNEGO is an authentication technology that is primarily used to provide transparent CAS authentication to browsers running on Windows running under Active Directory domain credentials.classStaticAuthModuleConfclassSyncopeAuthModuleConfclassU2FAuthModuleConfclassX509AuthModuleConf -
Uses of AuthModuleConf in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AuthModuleConf Modifier and Type Method Description AuthModuleConfAuthModuleTO. getConf()Methods in org.apache.syncope.common.lib.to with parameters of type AuthModuleConf Modifier and Type Method Description voidAuthModuleTO. setConf(AuthModuleConf conf) -
Uses of AuthModuleConf in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return AuthModuleConf Modifier and Type Method Description AuthModuleConfAuthModule. getConf()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type AuthModuleConf Modifier and Type Method Description voidAuthModule. setConf(AuthModuleConf conf) -
Uses of AuthModuleConf in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return AuthModuleConf Modifier and Type Method Description AuthModuleConfJPAAuthModule. getConf()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type AuthModuleConf Modifier and Type Method Description voidJPAAuthModule. setConf(AuthModuleConf conf)
-