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 interface
LDAPDependantAuthModuleConf
interface
MFAAuthModuleConf
Classes in org.apache.syncope.common.lib.auth that implement AuthModuleConf Modifier and Type Class Description class
AbstractOAuth20AuthModuleConf
class
AbstractOIDCAuthModuleConf
class
AppleOIDCAuthModuleConf
class
AzureActiveDirectoryAuthModuleConf
class
AzureOIDCAuthModuleConf
class
DuoMfaAuthModuleConf
class
GoogleMfaAuthModuleConf
class
GoogleOIDCAuthModuleConf
class
JaasAuthModuleConf
class
JDBCAuthModuleConf
class
KeycloakOIDCAuthModuleConf
class
LDAPAuthModuleConf
class
OAuth20AuthModuleConf
class
OIDCAuthModuleConf
class
OktaAuthModuleConf
class
Pac4jAuthModuleConf
class
SAML2IdPAuthModuleConf
class
SimpleMfaAuthModuleConf
class
SpnegoAuthModuleConf
SPNEGO is an authentication technology that is primarily used to provide transparent CAS authentication to browsers running on Windows running under Active Directory domain credentials.class
StaticAuthModuleConf
class
SyncopeAuthModuleConf
class
U2FAuthModuleConf
class
X509AuthModuleConf
-
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 AuthModuleConf
AuthModuleTO. getConf()
Methods in org.apache.syncope.common.lib.to with parameters of type AuthModuleConf Modifier and Type Method Description void
AuthModuleTO. 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 AuthModuleConf
AuthModule. getConf()
Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type AuthModuleConf Modifier and Type Method Description void
AuthModule. 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 AuthModuleConf
JPAAuthModule. getConf()
Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type AuthModuleConf Modifier and Type Method Description void
JPAAuthModule. setConf(AuthModuleConf conf)
-