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 Delegation
DelegationDAO. find(String key)
Delegation
DelegationDAO. 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 void
DelegationDAO. delete(Delegation delegation)
Delegation
DelegationDAO. 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 Delegation
JPADelegationDAO. find(String key)
Delegation
JPADelegationDAO. 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 void
JPADelegationDAO. delete(Delegation delegation)
Delegation
JPADelegationDAO. 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 class
JPADelegation
-
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 boolean
DelegationValidator. 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 Delegation
DelegationDataBinder. create(DelegationTO delegationTO)
Delegation
DelegationDataBinder. update(Delegation delegation, DelegationTO delegationTO)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Delegation Modifier and Type Method Description DelegationTO
DelegationDataBinder. getDelegationTO(Delegation delegation)
Delegation
DelegationDataBinder. 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 Delegation
DelegationDataBinderImpl. create(DelegationTO delegationTO)
Delegation
DelegationDataBinderImpl. update(Delegation delegation, DelegationTO delegationTO)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Delegation Modifier and Type Method Description DelegationTO
DelegationDataBinderImpl. getDelegationTO(Delegation delegation)
Delegation
DelegationDataBinderImpl. 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)
-