Uses of Class
org.apache.syncope.common.lib.wa.GoogleMfaAuthToken
Packages that use GoogleMfaAuthToken
Package
Description
-
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 GoogleMfaAuthTokenMethods in org.apache.syncope.common.lib.to with parameters of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionAuthProfileTO.Builder.googleMfaAuthToken(GoogleMfaAuthToken token) AuthProfileTO.Builder.googleMfaAuthTokens(GoogleMfaAuthToken... tokens) Method parameters in org.apache.syncope.common.lib.to with type arguments of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionAuthProfileTO.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 -
Uses of GoogleMfaAuthToken in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return GoogleMfaAuthTokenModifier and TypeMethodDescriptionGoogleMfaAuthTokenService.read(@NotNull String owner, @jakarta.validation.constraints.NotNull int otp) Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type GoogleMfaAuthTokenMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionvoidGoogleMfaAuthTokenService.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 GoogleMfaAuthTokenModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.logic.wa that return types with arguments of type GoogleMfaAuthTokenMethods in org.apache.syncope.core.logic.wa with parameters of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionvoidGoogleMfaAuthTokenLogic.store(String owner, GoogleMfaAuthToken token) Method parameters in org.apache.syncope.core.logic.wa with type arguments of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionprotected 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 GoogleMfaAuthTokenMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionvoidAuthProfile.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 GoogleMfaAuthTokenModifier and TypeFieldDescriptionprotected static final TypeReference<List<GoogleMfaAuthToken>> JPAAuthProfile.GOOGLE_MFA_TOKENS_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type GoogleMfaAuthTokenMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionvoidJPAAuthProfile.setGoogleMfaAuthTokens(List<GoogleMfaAuthToken> tokens) -
Uses of GoogleMfaAuthToken in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type GoogleMfaAuthTokenModifier and TypeFieldDescriptionprotected static final TypeReference<List<GoogleMfaAuthToken>> Neo4jAuthProfile.GOOGLE_MFA_TOKENS_TYPEREFMethods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type GoogleMfaAuthTokenMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionvoidNeo4jAuthProfile.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 GoogleMfaAuthTokenModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type GoogleMfaAuthTokenMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type GoogleMfaAuthTokenModifier and TypeMethodDescriptionvoidGoogleMfaAuthTokenServiceImpl.store(String owner, GoogleMfaAuthToken token)