Uses of Interface
org.apache.syncope.core.persistence.api.entity.Role
-
-
Uses of Role in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return Role Modifier and Type Method Description RoleRoleDAO. find(String key)RoleRoleDAO. save(Role role)RoleRoleDAO. saveAndRefreshDynMemberships(Role role)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type Role Modifier and Type Method Description List<Role>RoleDAO. findAll()Collection<Role>UserDAO. findAllRoles(User user)List<Role>RoleDAO. findByPrivilege(Privilege privilege)List<Role>RoleDAO. findByRealm(Realm realm)List<Role>UserDAO. findDynRoles(String key)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Role Modifier and Type Method Description voidRoleDAO. clearDynMembers(Role role)voidRoleDAO. delete(Role role)List<Delegation>DelegationDAO. findByRole(Role role)List<String>RoleDAO. findDynMembers(Role role)RoleRoleDAO. save(Role role)RoleRoleDAO. saveAndRefreshDynMemberships(Role role) -
Uses of Role in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return types with arguments of type Role Modifier and Type Method Description Set<? extends Role>Delegation. getRoles()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type Role Modifier and Type Method Description booleanDelegation. add(Role role) -
Uses of Role in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return Role Modifier and Type Method Description RoleDynRoleMembership. getRole()Methods in org.apache.syncope.core.persistence.api.entity.user that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>User. getRoles()Methods in org.apache.syncope.core.persistence.api.entity.user with parameters of type Role Modifier and Type Method Description booleanUser. add(Role role)voidDynRoleMembership. setRole(Role role) -
Uses of Role in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Role Modifier and Type Method Description RoleJPARoleDAO. find(String key)RoleJPARoleDAO. save(Role role)RoleJPARoleDAO. saveAndRefreshDynMemberships(Role role)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type Role Modifier and Type Method Description List<Role>JPARoleDAO. findAll()Collection<Role>JPAUserDAO. findAllRoles(User user)List<Role>JPARoleDAO. findByPrivilege(Privilege privilege)List<Role>JPARoleDAO. findByRealm(Realm realm)List<Role>JPAUserDAO. findDynRoles(String key)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Role Modifier and Type Method Description voidJPARoleDAO. clearDynMembers(Role role)voidJPARoleDAO. delete(Role role)List<Delegation>JPADelegationDAO. findByRole(Role role)List<String>JPARoleDAO. findDynMembers(Role role)RoleJPARoleDAO. save(Role role)RoleJPARoleDAO. saveAndRefreshDynMemberships(Role role) -
Uses of Role in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Role Modifier and Type Class Description classJPARoleMethods in org.apache.syncope.core.persistence.jpa.entity that return types with arguments of type Role Modifier and Type Method Description Set<? extends Role>JPADelegation. getRoles()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type Role Modifier and Type Method Description booleanJPADelegation. add(Role role) -
Uses of Role in org.apache.syncope.core.persistence.jpa.entity.user
Methods in org.apache.syncope.core.persistence.jpa.entity.user that return Role Modifier and Type Method Description RoleJPADynRoleMembership. getRole()Methods in org.apache.syncope.core.persistence.jpa.entity.user that return types with arguments of type Role Modifier and Type Method Description List<? extends Role>JPAUser. getRoles()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type Role Modifier and Type Method Description booleanJPAUser. add(Role role)voidJPADynRoleMembership. setRole(Role role) -
Uses of Role in org.apache.syncope.core.persistence.jpa.validation.entity
Methods in org.apache.syncope.core.persistence.jpa.validation.entity with parameters of type Role Modifier and Type Method Description booleanRoleValidator. isValid(Role role, javax.validation.ConstraintValidatorContext context) -
Uses of Role in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return Role Modifier and Type Method Description RoleRoleDataBinder. create(RoleTO roleTO)RoleRoleDataBinder. update(Role role, RoleTO roleTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type Role Modifier and Type Method Description RoleTORoleDataBinder. getRoleTO(Role role)RoleRoleDataBinder. update(Role role, RoleTO roleTO) -
Uses of Role in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return Role Modifier and Type Method Description RoleRoleDataBinderImpl. create(RoleTO roleTO)RoleRoleDataBinderImpl. update(Role toBeUpdated, RoleTO roleTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type Role Modifier and Type Method Description RoleTORoleDataBinderImpl. getRoleTO(Role role)protected voidRoleDataBinderImpl. setDynMembership(Role role, String dynMembershipFIQL)RoleRoleDataBinderImpl. update(Role toBeUpdated, RoleTO roleTO)
-