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.Builder
AuthProfileTO.Builder. googleMfaAuthToken(GoogleMfaAuthToken token)
AuthProfileTO.Builder
AuthProfileTO.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.Builder
AuthProfileTO.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 GoogleMfaAuthToken
GoogleMfaAuthToken.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 GoogleMfaAuthToken
GoogleMfaAuthTokenService. 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 void
GoogleMfaAuthTokenService. 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 GoogleMfaAuthToken
GoogleMfaAuthTokenLogic. 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 void
GoogleMfaAuthTokenLogic. 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 void
GoogleMfaAuthTokenLogic. 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 void
AuthProfile. 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_TYPEREF
Methods 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 void
JPAAuthProfile. 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 GoogleMfaAuthToken
GoogleMfaAuthTokenServiceImpl. 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 void
GoogleMfaAuthTokenServiceImpl. store(String owner, GoogleMfaAuthToken token)
-