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.BuilderAuthProfileTO.Builder. googleMfaAuthAccount(GoogleMfaAuthAccount account)AuthProfileTO.BuilderAuthProfileTO.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.BuilderAuthProfileTO.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 GoogleMfaAuthAccountGoogleMfaAuthAccount.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 GoogleMfaAuthAccountGoogleMfaAuthAccountService. 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 voidGoogleMfaAuthAccountService. 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 GoogleMfaAuthAccount Modifier and Type Method Description GoogleMfaAuthAccountGoogleMfaAuthAccountLogic. 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 voidGoogleMfaAuthAccountLogic. 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 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 voidAuthProfile. 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_TYPEREFMethods 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 voidJPAAuthProfile. 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 GoogleMfaAuthAccountGoogleMfaAuthAccountServiceImpl. 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 protected PagedResult<GoogleMfaAuthAccount>GoogleMfaAuthAccountServiceImpl. build(List<GoogleMfaAuthAccount> read)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 voidGoogleMfaAuthAccountServiceImpl. create(GoogleMfaAuthAccount acct)voidGoogleMfaAuthAccountServiceImpl. update(GoogleMfaAuthAccount acct)Method parameters in org.apache.syncope.core.rest.cxf.service.wa with type arguments of type GoogleMfaAuthAccount Modifier and Type Method Description protected 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 GoogleMfaAuthAccount Modifier and Type Method Description protected GoogleMfaAuthAccountWAGoogleMfaAuthCredentialRepository. mapOneTimeTokenAccount(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.GoogleAuthenticatorAccountWAGoogleMfaAuthCredentialRepository. mapGoogleMfaAuthAccount(GoogleMfaAuthAccount gmfaa)
-