Uses of Class
org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount
Package
Description
-
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.lib.to
Modifier and TypeMethodDescriptionAuthProfileTO.Builder.googleMfaAuthAccount
(GoogleMfaAuthAccount account) AuthProfileTO.Builder.googleMfaAuthAccounts
(GoogleMfaAuthAccount... accounts) Modifier and TypeMethodDescriptionAuthProfileTO.Builder.googleMfaAuthAccounts
(Collection<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.lib.wa
-
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.rest.api.service.wa
Modifier and TypeMethodDescriptionGoogleMfaAuthAccountService.read
(@jakarta.validation.constraints.NotNull long id) Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
AuthProfile.setGoogleMfaAuthAccounts
(List<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.persistence.jpa.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<GoogleMfaAuthAccount>> JPAAuthProfile.GOOGLE_MFA_ACCOUNTS_TYPEREF
Modifier and TypeMethodDescriptionvoid
JPAAuthProfile.setGoogleMfaAuthAccounts
(List<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.persistence.neo4j.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<GoogleMfaAuthAccount>> Neo4jAuthProfile.GOOGLE_MFA_ACCOUNTS_TYPEREF
Modifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.setGoogleMfaAuthAccounts
(List<GoogleMfaAuthAccount> accounts) -
Uses of GoogleMfaAuthAccount in org.apache.syncope.core.rest.cxf.service.wa
Modifier 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
Modifier and TypeMethodDescriptionprotected GoogleMfaAuthAccount
WAGoogleMfaAuthCredentialRepository.mapGoogleMfaAuthAccount
(org.apereo.cas.authentication.OneTimeTokenAccount otta) Modifier and TypeMethodDescriptionprotected org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount
WAGoogleMfaAuthCredentialRepository.mapGoogleMfaAuthAccount
(GoogleMfaAuthAccount gmfaa)