Uses of Interface
org.apache.syncope.core.persistence.api.entity.Delegation
-
-
Uses of Delegation in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return Delegation Modifier and Type Method Description DelegationDelegationDAO. find(String key)DelegationDelegationDAO. save(Delegation delegation)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Delegation Modifier and Type Method Description List<Delegation>DelegationDAO. findAll()List<Delegation>DelegationDAO. findByDelegated(User user)List<Delegation>DelegationDAO. findByDelegating(User user)List<Delegation>DelegationDAO. findByRole(Role role)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Delegation Modifier and Type Method Description voidDelegationDAO. delete(Delegation delegation)DelegationDelegationDAO. save(Delegation delegation) -
Uses of Delegation in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Delegation Modifier and Type Method Description DelegationJPADelegationDAO. find(String key)DelegationJPADelegationDAO. save(Delegation delegation)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Delegation Modifier and Type Method Description List<Delegation>JPADelegationDAO. findAll()List<Delegation>JPADelegationDAO. findByDelegated(User user)List<Delegation>JPADelegationDAO. findByDelegating(User user)List<Delegation>JPADelegationDAO. findByRole(Role role)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Delegation Modifier and Type Method Description voidJPADelegationDAO. delete(Delegation delegation)DelegationJPADelegationDAO. save(Delegation delegation) -
Uses of Delegation in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Delegation Modifier and Type Class Description classJPADelegation -
Uses of Delegation in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Delegation Modifier and Type Method Description booleanDelegationValidator. isValid(Delegation delegation, javax.validation.ConstraintValidatorContext context) -
Uses of Delegation in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return Delegation Modifier and Type Method Description DelegationDelegationDataBinder. create(DelegationTO delegationTO)DelegationDelegationDataBinder. update(Delegation delegation, DelegationTO delegationTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Delegation Modifier and Type Method Description DelegationTODelegationDataBinder. getDelegationTO(Delegation delegation)DelegationDelegationDataBinder. update(Delegation delegation, DelegationTO delegationTO) -
Uses of Delegation in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return Delegation Modifier and Type Method Description DelegationDelegationDataBinderImpl. create(DelegationTO delegationTO)DelegationDelegationDataBinderImpl. update(Delegation delegation, DelegationTO delegationTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Delegation Modifier and Type Method Description DelegationTODelegationDataBinderImpl. getDelegationTO(Delegation delegation)DelegationDelegationDataBinderImpl. update(Delegation delegation, DelegationTO delegationTO) -
Uses of Delegation in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security with parameters of type Delegation Modifier and Type Method Description protected Set<SyncopeGrantedAuthority>AuthDataAccessor. getDelegatedAuthorities(Delegation delegation)
-