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 void
GoogleMfaAuthTokenLogic. 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 AuthProfile
AuthProfileDAO. find(String key)
AuthProfile
AuthProfileDAO. 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 void
AuthProfileDAO. delete(AuthProfile authProfile)
AuthProfile
AuthProfileDAO. 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 AuthProfile
JPAAuthProfileDAO. find(String key)
AuthProfile
JPAAuthProfileDAO. 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 void
JPAAuthProfileDAO. delete(AuthProfile authProfile)
AuthProfile
JPAAuthProfileDAO. 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 class
JPAAuthProfile
-
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 AuthProfile
AuthProfileDataBinder. create(AuthProfileTO authProfileTO)
AuthProfile
AuthProfileDataBinder. update(AuthProfile authProfile, AuthProfileTO authProfileTO)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthProfile Modifier and Type Method Description AuthProfileTO
AuthProfileDataBinder. getAuthProfileTO(AuthProfile 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 AuthProfile Modifier and Type Method Description AuthProfile
AuthProfileDataBinderImpl. create(AuthProfileTO authProfileTO)
AuthProfile
AuthProfileDataBinderImpl. update(AuthProfile authProfile, AuthProfileTO authProfileTO)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthProfile Modifier and Type Method Description AuthProfileTO
AuthProfileDataBinderImpl. getAuthProfileTO(AuthProfile authProfile)
AuthProfile
AuthProfileDataBinderImpl. update(AuthProfile authProfile, AuthProfileTO authProfileTO)
-