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 TypeMethodDescriptionvoidGoogleMfaAuthAccountService.create(@NotNull GoogleMfaAuthAccount acct) voidGoogleMfaAuthAccountService.update(@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 TypeMethodDescriptionvoidGoogleMfaAuthAccountLogic.create(GoogleMfaAuthAccount account) voidGoogleMfaAuthAccountLogic.update(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 TypeMethodDescriptionvoidAuthProfile.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_TYPEREFMethods 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 TypeMethodDescriptionvoidJPAAuthProfile.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_TYPEREFMethods 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 TypeMethodDescriptionvoidNeo4jAuthProfile.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 GoogleMfaAuthAccountModifier and TypeMethodDescriptionprotected PagedResult<GoogleMfaAuthAccount> GoogleMfaAuthAccountServiceImpl.build(List<GoogleMfaAuthAccount> read) GoogleMfaAuthAccountServiceImpl.list()Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionvoidGoogleMfaAuthAccountServiceImpl.create(GoogleMfaAuthAccount acct) voidGoogleMfaAuthAccountServiceImpl.update(GoogleMfaAuthAccount acct) Method parameters in org.apache.syncope.core.rest.cxf.service.wa with type arguments of type GoogleMfaAuthAccountModifier and TypeMethodDescriptionprotected PagedResult<GoogleMfaAuthAccount> GoogleMfaAuthAccountServiceImpl.build(List<GoogleMfaAuthAccount> read) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.wa.starter.gauth
Methods in org.apache.syncope.wa.starter.gauth that return GoogleMfaAuthAccountModifier and TypeMethodDescriptionprotected GoogleMfaAuthAccountWAGoogleMfaAuthCredentialRepository.mapOneTimeTokenAccount(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.GoogleAuthenticatorAccountWAGoogleMfaAuthCredentialRepository.mapGoogleMfaAuthAccount(GoogleMfaAuthAccount gmfaa)