Uses of Class
ru.cg.webbpm.modules.security.api.model.RoleAuthority
Packages that use RoleAuthority
Package
Description
-
Uses of RoleAuthority in ru.cg.webbpm.modules.security.api.impl.dao.jooq
Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq that return types with arguments of type RoleAuthorityModifier and TypeMethodDescriptionprotected org.jooq.RecordMapper<org.jooq.Record,
RoleAuthority> RoleAuthorityDao.createRecordMapper()
Creates role to authority record mapper.RoleAuthorityDao.getRoleAuthorities
(Collection<String> roleAuthorityIds) Gets role authority links by collection of link ids.RoleAuthorityDao.getRoleAuthoritiesByAuthorityId
(LoadOptions options, String authorityId) Gets role authority links by authority id according to load options.Methods in ru.cg.webbpm.modules.security.api.impl.dao.jooq with parameters of type RoleAuthorityModifier and TypeMethodDescriptionvoid
RoleAuthorityDao.createRoleAuthority
(RoleAuthority roleAuthority) Inserts role authority link into database.Method parameters in ru.cg.webbpm.modules.security.api.impl.dao.jooq with type arguments of type RoleAuthorityModifier and TypeMethodDescriptionvoid
RoleAuthorityDao.createRoleAuthorities
(Collection<RoleAuthority> roleAuthorities) Inserts role authority links into database. -
Uses of RoleAuthority in ru.cg.webbpm.modules.security.api.impl.service
Methods in ru.cg.webbpm.modules.security.api.impl.service that return types with arguments of type RoleAuthorityModifier and TypeMethodDescriptionAuthorityServiceImpl.getRoleAuthorities
(String authorityId, LoadOptions options) Gets role authority links by authority id according to load options. -
Uses of RoleAuthority in ru.cg.webbpm.modules.security.api.model
Methods in ru.cg.webbpm.modules.security.api.model that return RoleAuthorityModifier and TypeMethodDescription -
Uses of RoleAuthority in ru.cg.webbpm.modules.security.api.service
Methods in ru.cg.webbpm.modules.security.api.service that return types with arguments of type RoleAuthorityModifier and TypeMethodDescriptionAuthorityService.getRoleAuthorities
(String authorityId, LoadOptions options)