Uses of Class
org.apache.syncope.common.lib.wa.GoogleMfaAuthAccount
-
-
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 GoogleMfaAuthAccount Modifier and Type Method Description List<GoogleMfaAuthAccount>
AuthProfileTO. getGoogleMfaAuthAccounts()
Methods in org.apache.syncope.common.lib.to with parameters of type GoogleMfaAuthAccount Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.Builder. googleMfaAuthAccount(GoogleMfaAuthAccount account)
AuthProfileTO.Builder
AuthProfileTO.Builder. googleMfaAuthAccounts(GoogleMfaAuthAccount... accounts)
Method parameters in org.apache.syncope.common.lib.to with type arguments of type GoogleMfaAuthAccount Modifier and Type Method Description AuthProfileTO.Builder
AuthProfileTO.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 Modifier and Type Method Description GoogleMfaAuthAccount
GoogleMfaAuthAccount.Builder. build()
-
Uses of GoogleMfaAuthAccount in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return GoogleMfaAuthAccount Modifier and Type Method Description GoogleMfaAuthAccount
GoogleMfaAuthAccountService. read(@javax.validation.constraints.NotNull long id)
Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type GoogleMfaAuthAccount Modifier and Type Method Description PagedResult<GoogleMfaAuthAccount>
GoogleMfaAuthAccountService. list()
PagedResult<GoogleMfaAuthAccount>
GoogleMfaAuthAccountService. read(@NotNull String owner)
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type GoogleMfaAuthAccount Modifier and Type Method Description void
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 GoogleMfaAuthAccount Modifier and Type Method Description GoogleMfaAuthAccount
GoogleMfaAuthAccountLogic. read(long id)
Methods in org.apache.syncope.core.logic.wa that return types with arguments of type GoogleMfaAuthAccount Modifier and Type Method Description List<GoogleMfaAuthAccount>
GoogleMfaAuthAccountLogic. list()
List<GoogleMfaAuthAccount>
GoogleMfaAuthAccountLogic. read(String owner)
Methods in org.apache.syncope.core.logic.wa with parameters of type GoogleMfaAuthAccount Modifier and Type Method Description void
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 GoogleMfaAuthAccount Modifier and Type Method Description List<GoogleMfaAuthAccount>
AuthProfile. getGoogleMfaAuthAccounts()
Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type GoogleMfaAuthAccount Modifier and Type Method Description void
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 GoogleMfaAuthAccount Modifier and Type Field Description protected static 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 GoogleMfaAuthAccount Modifier and Type Method Description List<GoogleMfaAuthAccount>
JPAAuthProfile. getGoogleMfaAuthAccounts()
Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type GoogleMfaAuthAccount Modifier and Type Method Description void
JPAAuthProfile. 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 GoogleMfaAuthAccount Modifier and Type Method Description GoogleMfaAuthAccount
GoogleMfaAuthAccountServiceImpl. read(long id)
Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type GoogleMfaAuthAccount Modifier and Type Method Description PagedResult<GoogleMfaAuthAccount>
GoogleMfaAuthAccountServiceImpl. list()
PagedResult<GoogleMfaAuthAccount>
GoogleMfaAuthAccountServiceImpl. read(String owner)
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthAccount Modifier and Type Method Description void
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 GoogleMfaAuthAccount Modifier and Type Method Description protected GoogleMfaAuthAccount
WAGoogleMfaAuthCredentialRepository. mapGoogleMfaAuthAccount(org.apereo.cas.authentication.OneTimeTokenAccount otta)
Methods in org.apache.syncope.wa.starter.gauth with parameters of type GoogleMfaAuthAccount Modifier and Type Method Description protected org.apereo.cas.gauth.credential.GoogleAuthenticatorAccount
WAGoogleMfaAuthCredentialRepository. mapGoogleMfaAuthAccount(GoogleMfaAuthAccount gmfaa)
-