Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.AuthProfile
-
-
Uses of AuthProfile in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa with parameters of type AuthProfile Modifier and Type Method Description protected voidGoogleMfaAuthTokenLogic. removeTokenAndSave(AuthProfile profile, Predicate<GoogleMfaAuthToken> criteria) -
Uses of AuthProfile in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AuthProfile Modifier and Type Method Description AuthProfileAuthProfileDAO. find(String key)AuthProfileAuthProfileDAO. save(AuthProfile profile)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AuthProfile Modifier and Type Method Description List<AuthProfile>AuthProfileDAO. findAll(int page, int itemsPerPage)Optional<AuthProfile>AuthProfileDAO. findByOwner(String owner)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AuthProfile Modifier and Type Method Description voidAuthProfileDAO. delete(AuthProfile authProfile)AuthProfileAuthProfileDAO. save(AuthProfile profile) -
Uses of AuthProfile in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AuthProfile Modifier and Type Method Description AuthProfileJPAAuthProfileDAO. find(String key)AuthProfileJPAAuthProfileDAO. save(AuthProfile profile)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AuthProfile Modifier and Type Method Description List<AuthProfile>JPAAuthProfileDAO. findAll(int page, int itemsPerPage)Optional<AuthProfile>JPAAuthProfileDAO. findByOwner(String owner)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AuthProfile Modifier and Type Method Description voidJPAAuthProfileDAO. delete(AuthProfile authProfile)AuthProfileJPAAuthProfileDAO. save(AuthProfile profile) -
Uses of AuthProfile in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement AuthProfile Modifier and Type Class Description classJPAAuthProfile -
Uses of AuthProfile in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuthProfile Modifier and Type Method Description AuthProfileAuthProfileDataBinder. create(AuthProfileTO authProfileTO)AuthProfileAuthProfileDataBinder. update(AuthProfile authProfile, AuthProfileTO authProfileTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthProfile Modifier and Type Method Description AuthProfileTOAuthProfileDataBinder. getAuthProfileTO(AuthProfile authProfile)AuthProfileAuthProfileDataBinder. update(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfile in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AuthProfile Modifier and Type Method Description AuthProfileAuthProfileDataBinderImpl. create(AuthProfileTO authProfileTO)AuthProfileAuthProfileDataBinderImpl. update(AuthProfile authProfile, AuthProfileTO authProfileTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthProfile Modifier and Type Method Description AuthProfileTOAuthProfileDataBinderImpl. getAuthProfileTO(AuthProfile authProfile)AuthProfileAuthProfileDataBinderImpl. update(AuthProfile authProfile, AuthProfileTO authProfileTO)
-