Uses of Class
net.n2oapp.framework.access.metadata.schema.role.N2oRole
-
Packages that use N2oRole Package Description net.n2oapp.framework.access.simple -
-
Uses of N2oRole in net.n2oapp.framework.access.simple
Methods in net.n2oapp.framework.access.simple that return types with arguments of type N2oRole Modifier and Type Method Description static <A extends AccessPoint>
List<N2oRole>PermissionAndRoleCollector. collectRoles(Class<A> type, Predicate<A> predicate, SimpleCompiledAccessSchema schema)Собирает все элементы доступа типа roleMethod parameters in net.n2oapp.framework.access.simple with type arguments of type N2oRole Modifier and Type Method Description static List<N2oAccessFilter>PermissionAndRoleCollector. collectFilters(Predicate<N2oRole> rolePredicate, Predicate<N2oPermission> permissionPredicate, Predicate<N2oUserAccess> userPredicate, String objectId, String actionId, SimpleCompiledAccessSchema schema)Возвращает все фильтры доступа по объекту и действию
-