Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.AuthProfile
Packages that use AuthProfile
Package
Description
-
Uses of AuthProfile in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuthProfileModifier and TypeMethodDescriptionprotected AuthProfileAbstractAuthProfileLogic.authProfile(String owner) -
Uses of AuthProfile in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa with parameters of type AuthProfileModifier and TypeMethodDescriptionprotected 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 types with arguments of type AuthProfileModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<? extends AuthProfile> AuthProfileDAO.findAll(org.springframework.data.domain.Pageable pageable) Optional<? extends AuthProfile> AuthProfileDAO.findByOwner(String owner) List<? extends AuthProfile> AuthProfileDAO.findByOwnerLike(String owner, org.springframework.data.domain.Pageable pageable) -
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 -
Uses of AuthProfile in org.apache.syncope.core.persistence.neo4j.dao.repo
Methods in org.apache.syncope.core.persistence.neo4j.dao.repo that return types with arguments of type AuthProfileModifier and TypeMethodDescriptionList<? extends AuthProfile> AuthProfileRepoExt.findByOwnerLike(String owner, org.springframework.data.domain.Pageable pageable) List<? extends AuthProfile> AuthProfileRepoExtImpl.findByOwnerLike(String owner, org.springframework.data.domain.Pageable pageable) -
Uses of AuthProfile in org.apache.syncope.core.persistence.neo4j.entity.am
Classes in org.apache.syncope.core.persistence.neo4j.entity.am that implement AuthProfile -
Uses of AuthProfile in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuthProfileModifier and TypeMethodDescriptionAuthProfileDataBinder.create(AuthProfileTO authProfileTO) AuthProfileDataBinder.update(AuthProfile authProfile, AuthProfileTO authProfileTO) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthProfileModifier and TypeMethodDescriptionAuthProfileDataBinder.getAuthProfileTO(AuthProfile authProfile) AuthProfileDataBinder.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 AuthProfileModifier and TypeMethodDescriptionAuthProfileDataBinderImpl.create(AuthProfileTO authProfileTO) AuthProfileDataBinderImpl.update(AuthProfile authProfile, AuthProfileTO authProfileTO) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthProfileModifier and TypeMethodDescriptionAuthProfileDataBinderImpl.getAuthProfileTO(AuthProfile authProfile) AuthProfileDataBinderImpl.update(AuthProfile authProfile, AuthProfileTO authProfileTO)