Uses of Class
org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount
Packages that use GoogleMfaAuthAccount
Package
Description
-
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type GoogleMfaAuthAccountMethods in org.apache.syncope.common.lib.to with parameters of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionAuthProfileTO.Builder.googleMfaAuthAccount
(GoogleMfaAuthAccount account) AuthProfileTO.Builder.googleMfaAuthAccounts
(GoogleMfaAuthAccount... accounts) Method parameters in org.apache.syncope.common.lib.to with type arguments of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionAuthProfileTO.Builder.googleMfaAuthAccounts
(Collection<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return GoogleMfaAuthAccount -
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return GoogleMfaAuthAccountModifier and TypeMethodDescriptionGoogleMfaAuthAccountService.read
(@jakarta.validation.constraints.NotNull long id) Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type GoogleMfaAuthAccountMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoid
GoogleMfaAuthAccountService.create
(@NotNull String owner, @NotNull GoogleMfaAuthAccount acct) void
GoogleMfaAuthAccountService.update
(@NotNull String owner, @NotNull GoogleMfaAuthAccount acct) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return GoogleMfaAuthAccountMethods in org.apache.syncope.core.logic.wa that return types with arguments of type GoogleMfaAuthAccountMethods in org.apache.syncope.core.logic.wa with parameters of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoid
GoogleMfaAuthAccountLogic.create
(String owner, GoogleMfaAuthAccount account) void
GoogleMfaAuthAccountLogic.update
(String owner, GoogleMfaAuthAccount account) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type GoogleMfaAuthAccountMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoid
AuthProfile.setGoogleMfaAuthAccounts
(List<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type GoogleMfaAuthAccountModifier and TypeFieldDescriptionprotected static final TypeReference
<List<GoogleMfaAuthAccount>> JPAAuthProfile.GOOGLE_MFA_ACCOUNTS_TYPEREF
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type GoogleMfaAuthAccountMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoid
JPAAuthProfile.setGoogleMfaAuthAccounts
(List<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type GoogleMfaAuthAccountModifier and TypeFieldDescriptionprotected static final TypeReference
<List<GoogleMfaAuthAccount>> Neo4jAuthProfile.GOOGLE_MFA_ACCOUNTS_TYPEREF
Methods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type GoogleMfaAuthAccountMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.setGoogleMfaAuthAccounts
(List<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return GoogleMfaAuthAccountMethods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type GoogleMfaAuthAccountMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoid
GoogleMfaAuthAccountServiceImpl.create
(String owner, GoogleMfaAuthAccount acct) void
GoogleMfaAuthAccountServiceImpl.update
(String owner, GoogleMfaAuthAccount acct) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.wa.starter.gauth
Methods in org.apache.syncope.wa.starter.gauth that return GoogleMfaAuthAccountModifier and TypeMethodDescriptionprotected GoogleMfaAuthAccount
WAGoogleMfaAuthCredentialRepository.mapGoogleMfaAuthAccount
(org.apereo.cas.authentication.OneTimeTokenAccount otta) Methods in org.apache.syncope.wa.starter.gauth with parameters of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionprotected org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount
WAGoogleMfaAuthCredentialRepository.mapGoogleMfaAuthAccount
(GoogleMfaAuthAccount gmfaa)