Uses of Class
org.apache.syncope.common.lib.wa.GoogleMfaAuthToken
-
-
Uses of GoogleMfaAuthToken in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type GoogleMfaAuthToken Modifier and Type Method Description List<GoogleMfaAuthToken>AuthProfileTO. getGoogleMfaAuthTokens()Methods in org.apache.syncope.common.lib.to with parameters of type GoogleMfaAuthToken Modifier and Type Method Description AuthProfileTO.BuilderAuthProfileTO.Builder. googleMfaAuthToken(GoogleMfaAuthToken token)AuthProfileTO.BuilderAuthProfileTO.Builder. googleMfaAuthTokens(GoogleMfaAuthToken... tokens)Method parameters in org.apache.syncope.common.lib.to with type arguments of type GoogleMfaAuthToken Modifier and Type Method Description AuthProfileTO.BuilderAuthProfileTO.Builder. googleMfaAuthTokens(Collection<GoogleMfaAuthToken> tokens) -
Uses of GoogleMfaAuthToken in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return GoogleMfaAuthToken Modifier and Type Method Description GoogleMfaAuthTokenGoogleMfaAuthToken.Builder. build() -
Uses of GoogleMfaAuthToken in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return GoogleMfaAuthToken Modifier and Type Method Description GoogleMfaAuthTokenGoogleMfaAuthTokenService. read(@NotNull String owner, @javax.validation.constraints.NotNull int otp)Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type GoogleMfaAuthToken Modifier and Type Method Description PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenService. list()PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenService. read(@NotNull String owner)Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type GoogleMfaAuthToken Modifier and Type Method Description voidGoogleMfaAuthTokenService. store(@NotNull String owner, @NotNull GoogleMfaAuthToken token) -
Uses of GoogleMfaAuthToken in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return GoogleMfaAuthToken Modifier and Type Method Description GoogleMfaAuthTokenGoogleMfaAuthTokenLogic. read(String owner, int otp)Methods in org.apache.syncope.core.logic.wa that return types with arguments of type GoogleMfaAuthToken Modifier and Type Method Description List<GoogleMfaAuthToken>GoogleMfaAuthTokenLogic. list()List<GoogleMfaAuthToken>GoogleMfaAuthTokenLogic. read(String owner)Methods in org.apache.syncope.core.logic.wa with parameters of type GoogleMfaAuthToken Modifier and Type Method Description voidGoogleMfaAuthTokenLogic. store(String owner, GoogleMfaAuthToken token)Method parameters in org.apache.syncope.core.logic.wa with type arguments of type GoogleMfaAuthToken Modifier and Type Method Description protected voidGoogleMfaAuthTokenLogic. removeTokenAndSave(AuthProfile profile, Predicate<GoogleMfaAuthToken> criteria) -
Uses of GoogleMfaAuthToken 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 GoogleMfaAuthToken Modifier and Type Method Description List<GoogleMfaAuthToken>AuthProfile. getGoogleMfaAuthTokens()Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type GoogleMfaAuthToken Modifier and Type Method Description voidAuthProfile. setGoogleMfaAuthTokens(List<GoogleMfaAuthToken> tokens) -
Uses of GoogleMfaAuthToken in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type GoogleMfaAuthToken Modifier and Type Field Description protected static TypeReference<List<GoogleMfaAuthToken>>JPAAuthProfile. GOOGLE_MFA_TOKENS_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type GoogleMfaAuthToken Modifier and Type Method Description List<GoogleMfaAuthToken>JPAAuthProfile. getGoogleMfaAuthTokens()Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type GoogleMfaAuthToken Modifier and Type Method Description voidJPAAuthProfile. setGoogleMfaAuthTokens(List<GoogleMfaAuthToken> tokens) -
Uses of GoogleMfaAuthToken in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return GoogleMfaAuthToken Modifier and Type Method Description GoogleMfaAuthTokenGoogleMfaAuthTokenServiceImpl. read(String owner, int otp)Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type GoogleMfaAuthToken Modifier and Type Method Description PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenServiceImpl. list()PagedResult<GoogleMfaAuthToken>GoogleMfaAuthTokenServiceImpl. read(String owner)Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthToken Modifier and Type Method Description voidGoogleMfaAuthTokenServiceImpl. store(String owner, GoogleMfaAuthToken token)
-